Html Css Color HEX #0F03CF Medium Blue

📋 copy color: '#0F03CF'

red 15 ◦ green 3 ◦ blue 207

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

Shades of Medium Blue #0F03CF

Tints of Medium Blue #0F03CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 92%

R = 6.67%
G = 1.33%
B = 92%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F03CF (or 0x0F03CF) is known color: Medium Blue. HEX triplet: 0F, 03 and CF. RGB value is (15,3,207). Sum of RGB (Red+Green+Blue) = 15+3+207=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 207 (81.25% from 255 or 92% from 225); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F03CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F03CF is #F0FC30. Grayscale: #1D1D1D. Windows color (decimal): -15793201 or 13566735. OLE color: 13566735.

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

Color convert

RGB 15 3 207 -
CMYK 0.93 0.99 0 0.19
HSL 243.53º 0.97% 0.41% -
HSV(B) 243.53º 0.99% 0.81% -
XYZ 11.49 4.67 59.33 -
YUV 29.84 227.98 117.41 -
System Red Green Blue C M Y K H S L
Decimal 15 3 207 0.93 0.99 0 0.19 243.53 0.97 0.41
Hex F 3 CF 5D 63 0 13 F4 61 29
Octal 17 3 317 135 143 0 23 364 141 51
Binary 1111 11 11001111 1011101 1100011 0 10011 11110100 1100001 101001

Color Harmonies of #0F03CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F03CF

Black with #0F03CF

Text Example


Text Example

White with #0F03CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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