#230bbf

Color #230BBF Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #230BBF

Tints of Medium Blue #230BBF

Color information

#230BBF (or 0x230BBF) is unknown color: approx Medium Blue. HEX triplet: 23, 0B and BF. RGB value is (35,11,191). Sum of RGB (Red+Green+Blue) = 35+11+191=237 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.77% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 191 (75% from 255 or 80.59% from 237); Max value from RGB is 191 - color contains mainly: blue. Hex color #230BBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230BBF is #DCF440. Grayscale: #262626. Windows color (decimal): -14480449 or 12520227. OLE color: 12520227.

HSL color Cylindrical-coordinate representation of color #230BBF: hue angle of 248º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230BBF is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3511191-
CMYK0.820.9400.25
HSL248º89.11%39.61%-
HSV(B)248º94.24%74.9%-
XYZ10.224.3649.59-
YUV38.7213.95125.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 14.77%
GREEN value IS 11 (4.69% from 255) = 4.64%
BLUE value IS 191 (75% from 255) = 80.59%
R=14.77%
G=4.64%
B=80.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal35111910.820.9400.2524889.1139.61
Hex23BBF525E019f85928
Octal431327712213603137013150
Binary10001110111011111110100101011110011001111110001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230bbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230bbf; }

 p { color: rgb(35,11,191); }

 H1.HeaderClassName
 {
   color: #230bbf;
 }
 .AnyTagClassName
 {
   color: #230bbf;
 }
</style>
background-color css

<style>
 a { background-color: #230bbf; }

 a { background-color: rgb(35,11,191); }

 div.DivClassName
 {
   background-color: #230bbf;
 }
 .BgClassName
 {
   background-color: #230bbf;
 }
</style>
border-color css

<style>
 span { border-color: #230bbf; }

 span { border-color: rgb(35,11,191); }

 td.TdClassName
 {
   border-color: #230bbf;
 }
 .TagClassName
 {
   border-color: #230bbf;
 }
</style>