Html Css Color HEX #0F02CB Medium Blue

📋 copy color: '#0F02CB'

red 15 ◦ green 2 ◦ blue 203

#0F02CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #0F02CB

Tints of Medium Blue #0F02CB

RGB

 RED value IS 15 (6.25% from 255) = 6.82%

 GREEN value IS 2 (1.17% from 255) = 0.91%

 BLUE value IS 203 (79.69% from 255) = 92.27%

R = 6.82%
G = 0.91%
B = 92.27%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0F02CB (or 0x0F02CB) is known color: Medium Blue. HEX triplet: 0F, 02 and CB. RGB value is (15,2,203). Sum of RGB (Red+Green+Blue) = 15+2+203=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 203 (79.69% from 255 or 92.27% from 220); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F02CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F02CB is #F0FD34. Grayscale: #1C1C1C. Windows color (decimal): -15793461 or 13304335. OLE color: 13304335.

HSL color Cylindrical-coordinate representation of color #0F02CB: hue angle of 243.88º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F02CB is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 2 203 -
CMYK 0.93 0.99 0 0.20
HSL 243.88º 0.98% 0.4% -
HSV(B) 243.88º 0.99% 0.8% -
XYZ 11 4.46 56.78 -
YUV 28.8 226.31 118.16 -
System Red Green Blue C M Y K H S L
Decimal 15 2 203 0.93 0.99 0 0.20 243.88 0.98 0.4
Hex F 2 CB 5D 63 0 14 F4 62 28
Octal 17 2 313 135 143 0 24 364 142 50
Binary 1111 10 11001011 1011101 1100011 0 10100 11110100 1100010 101000

Color Harmonies of #0F02CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F02CB

Black with #0F02CB

Text Example


Text Example

White with #0F02CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F02CB; }

 p { color: rgb(15,2,203); }

 H1.HeaderClassName
 {
   color: #0F02CB;
 }
 .AnyTagClassName
 {
   color: #0F02CB;
 }
</style>

background-color css

<style>
 a { background-color: #0F02CB; }

 a { background-color: rgb(15,2,203); }

 div.DivClassName
 {
   background-color: #0F02CB;
 }
 .BgClassName
 {
   background-color: #0F02CB;
 }
</style>

border-color css

<style>
 span { border-color: #0F02CB; }

 span { border-color: rgb(15,2,203); }

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