Html Css Color HEX #0F05EC Blue

📋 copy color: '#0F05EC'

red 15 ◦ green 5 ◦ blue 236

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

Shades of Blue #0F05EC

Tints of Blue #0F05EC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

 BLUE value IS 236 (92.58% from 255) = 92.19%

R = 5.86%
G = 1.95%
B = 92.19%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0F05EC (or 0x0F05EC) is known color: Blue. HEX triplet: 0F, 05 and EC. RGB value is (15,5,236). Sum of RGB (Red+Green+Blue) = 15+5+236=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 236 (92.58% from 255 or 92.19% from 256); Max value from RGB is 236 - color contains mainly: blue. Hex color #0F05EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F05EC is #F0FA13. Grayscale: #212121. Windows color (decimal): -15792660 or 15467791. OLE color: 15467791.

HSL color Cylindrical-coordinate representation of color #0F05EC: hue angle of 242.6º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F05EC is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 15 5 236 -
CMYK 0.94 0.98 0 0.07
HSL 242.6º 0.96% 0.47% -
HSV(B) 242.6º 0.98% 0.93% -
XYZ 15.39 6.27 79.76 -
YUV 34.32 241.81 114.22 -
System Red Green Blue C M Y K H S L
Decimal 15 5 236 0.94 0.98 0 0.07 242.6 0.96 0.47
Hex F 5 EC 5E 62 0 7 F3 60 2F
Octal 17 5 354 136 142 0 7 363 140 57
Binary 1111 101 11101100 1011110 1100010 0 111 11110011 1100000 101111

Color Harmonies of #0F05EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F05EC

Black with #0F05EC

Text Example


Text Example

White with #0F05EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,5,236); }

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

background-color css

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

 a { background-color: rgb(15,5,236); }

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

border-color css

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

 span { border-color: rgb(15,5,236); }

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