Html Css Color HEX #0F0CEE Blue

📋 copy color: '#0F0CEE'

red 15 ◦ green 12 ◦ blue 238

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

Shades of Blue #0F0CEE

Tints of Blue #0F0CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 89.81%

R = 5.66%
G = 4.53%
B = 89.81%

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

#0F0CEE (or 0x0F0CEE) is known color: Blue. HEX triplet: 0F, 0C and EE. RGB value is (15,12,238). Sum of RGB (Red+Green+Blue) = 15+12+238=265 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.66% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 238 (93.36% from 255 or 89.81% from 265); Max value from RGB is 238 - color contains mainly: blue. Hex color #0F0CEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F0CEE is #F0F311. Grayscale: #252525. Windows color (decimal): -15790866 or 15600655. OLE color: 15600655.

HSL color Cylindrical-coordinate representation of color #0F0CEE: 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 #0F0CEE is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 15 12 238 -
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.76 6.54 81.32 -
YUV 38.66 240.49 111.12 -
System Red Green Blue C M Y K H S L
Decimal 15 12 238 0.94 0.95 0 0.07 240.8 0.9 0.49
Hex F C EE 5E 5F 0 7 F1 5A 31
Octal 17 14 356 136 137 0 7 361 132 61
Binary 1111 1100 11101110 1011110 1011111 0 111 11110001 1011010 110001

Color Harmonies of #0F0CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0CEE

Black with #0F0CEE

Text Example


Text Example

White with #0F0CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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