Html Css Color HEX #0F0CEC Blue

📋 copy color: '#0F0CEC'

red 15 ◦ green 12 ◦ blue 236

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

Shades of Blue #0F0CEC

Tints of Blue #0F0CEC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.56%

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

R = 5.7%
G = 4.56%
B = 89.73%

CMYK

 C value IS 0.94

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0F0CEC (or 0x0F0CEC) is known color: Blue. HEX triplet: 0F, 0C and EC. RGB value is (15,12,236). Sum of RGB (Red+Green+Blue) = 15+12+236=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 236 (92.58% from 255 or 89.73% from 263); Max value from RGB is 236 - color contains mainly: blue. Hex color #0F0CEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F0CEC is #F0F313. Grayscale: #252525. Windows color (decimal): -15790868 or 15469583. OLE color: 15469583.

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

Color convert

RGB 15 12 236 -
CMYK 0.94 0.95 0 0.07
HSL 240.8º 0.9% 0.49% -
HSV(B) 240.8º 0.95% 0.93% -
XYZ 15.47 6.42 79.78 -
YUV 38.43 239.49 111.29 -
System Red Green Blue C M Y K H S L
Decimal 15 12 236 0.94 0.95 0 0.07 240.8 0.9 0.49
Hex F C EC 5E 5F 0 7 F1 5A 31
Octal 17 14 354 136 137 0 7 361 132 61
Binary 1111 1100 11101100 1011110 1011111 0 111 11110001 1011010 110001

Color Harmonies of #0F0CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0CEC

Black with #0F0CEC

Text Example


Text Example

White with #0F0CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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