Html Css Color HEX #0F03DF Medium Blue

📋 copy color: '#0F03DF'

red 15 ◦ green 3 ◦ blue 223

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

Shades of Medium Blue #0F03DF

Tints of Medium Blue #0F03DF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

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

R = 6.22%
G = 1.24%
B = 92.53%

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

#0F03DF (or 0x0F03DF) is known color: Medium Blue. HEX triplet: 0F, 03 and DF. RGB value is (15,3,223). Sum of RGB (Red+Green+Blue) = 15+3+223=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 223 (87.5% from 255 or 92.53% from 241); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F03DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F03DF is #F0FC20. Grayscale: #1E1E1E. Windows color (decimal): -15793185 or 14615311. OLE color: 14615311.

HSL color Cylindrical-coordinate representation of color #0F03DF: hue angle of 243.27º degrees, saturation: 0.97, 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 #0F03DF is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 3 223 -
CMYK 0.93 0.99 0 0.13
HSL 243.27º 0.97% 0.44% -
HSV(B) 243.27º 0.99% 0.87% -
XYZ 13.55 5.49 70.16 -
YUV 31.67 235.98 116.11 -
System Red Green Blue C M Y K H S L
Decimal 15 3 223 0.93 0.99 0 0.13 243.27 0.97 0.44
Hex F 3 DF 5D 63 0 D F3 61 2C
Octal 17 3 337 135 143 0 15 363 141 54
Binary 1111 11 11011111 1011101 1100011 0 1101 11110011 1100001 101100

Color Harmonies of #0F03DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F03DF

Black with #0F03DF

Text Example


Text Example

White with #0F03DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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