Html Css Color HEX #0F02E0 Medium Blue

📋 copy color: '#0F02E0'

red 15 ◦ green 2 ◦ blue 224

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

Shades of Medium Blue #0F02E0

Tints of Medium Blue #0F02E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 92.95%

R = 6.22%
G = 0.83%
B = 92.95%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0F02E0 (or 0x0F02E0) is known color: Medium Blue. HEX triplet: 0F, 02 and E0. RGB value is (15,2,224). Sum of RGB (Red+Green+Blue) = 15+2+224=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 224 (87.89% from 255 or 92.95% from 241); Max value from RGB is 224 - color contains mainly: blue. Hex color #0F02E0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F02E0 is #F0FD1F. Grayscale: #1E1E1E. Windows color (decimal): -15793440 or 14680591. OLE color: 14680591.

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

Color convert

RGB 15 2 224 -
CMYK 0.93 0.99 0 0.12
HSL 243.51º 0.98% 0.44% -
HSV(B) 243.51º 0.99% 0.88% -
XYZ 13.67 5.53 70.87 -
YUV 31.2 236.81 116.45 -
System Red Green Blue C M Y K H S L
Decimal 15 2 224 0.93 0.99 0 0.12 243.51 0.98 0.44
Hex F 2 E0 5D 63 0 C F4 62 2C
Octal 17 2 340 135 143 0 14 364 142 54
Binary 1111 10 11100000 1011101 1100011 0 1100 11110100 1100010 101100

Color Harmonies of #0F02E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F02E0

Black with #0F02E0

Text Example


Text Example

White with #0F02E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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