Html Css Color HEX #0F03DA Medium Blue

📋 copy color: '#0F03DA'

red 15 ◦ green 3 ◦ blue 218

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

Shades of Medium Blue #0F03DA

Tints of Medium Blue #0F03DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 92.37%

R = 6.36%
G = 1.27%
B = 92.37%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0F03DA (or 0x0F03DA) is known color: Medium Blue. HEX triplet: 0F, 03 and DA. RGB value is (15,3,218). Sum of RGB (Red+Green+Blue) = 15+3+218=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 218 (85.55% from 255 or 92.37% from 236); Max value from RGB is 218 - color contains mainly: blue. Hex color #0F03DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F03DA is #F0FC25. Grayscale: #1E1E1E. Windows color (decimal): -15793190 or 14287631. OLE color: 14287631.

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

Color convert

RGB 15 3 218 -
CMYK 0.93 0.99 0 0.15
HSL 243.35º 0.97% 0.43% -
HSV(B) 243.35º 0.99% 0.85% -
XYZ 12.88 5.23 66.66 -
YUV 31.1 233.48 116.52 -
System Red Green Blue C M Y K H S L
Decimal 15 3 218 0.93 0.99 0 0.15 243.35 0.97 0.43
Hex F 3 DA 5D 63 0 F F3 61 2B
Octal 17 3 332 135 143 0 17 363 141 53
Binary 1111 11 11011010 1011101 1100011 0 1111 11110011 1100001 101011

Color Harmonies of #0F03DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F03DA

Black with #0F03DA

Text Example


Text Example

White with #0F03DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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