Html Css Color HEX #0F02DF Medium Blue

📋 copy color: '#0F02DF'

red 15 ◦ green 2 ◦ blue 223

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

Shades of Medium Blue #0F02DF

Tints of Medium Blue #0F02DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 92.92%

R = 6.25%
G = 0.83%
B = 92.92%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F02DF (or 0x0F02DF) is known color: Medium Blue. HEX triplet: 0F, 02 and DF. RGB value is (15,2,223). Sum of RGB (Red+Green+Blue) = 15+2+223=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 223 (87.5% from 255 or 92.92% from 240); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F02DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F02DF is #F0FD20. Grayscale: #1E1E1E. Windows color (decimal): -15793441 or 14615055. OLE color: 14615055.

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

Color convert

RGB 15 2 223 -
CMYK 0.93 0.99 0 0.13
HSL 243.53º 0.98% 0.44% -
HSV(B) 243.53º 0.99% 0.87% -
XYZ 13.54 5.47 70.15 -
YUV 31.08 236.31 116.53 -
System Red Green Blue C M Y K H S L
Decimal 15 2 223 0.93 0.99 0 0.13 243.53 0.98 0.44
Hex F 2 DF 5D 63 0 D F4 62 2C
Octal 17 2 337 135 143 0 15 364 142 54
Binary 1111 10 11011111 1011101 1100011 0 1101 11110100 1100010 101100

Color Harmonies of #0F02DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F02DF

Black with #0F02DF

Text Example


Text Example

White with #0F02DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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