Html Css Color HEX #0F0EEF Blue

📋 copy color: '#0F0EEF'

red 15 ◦ green 14 ◦ blue 239

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

Shades of Blue #0F0EEF

Tints of Blue #0F0EEF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.22%

 BLUE value IS 239 (93.75% from 255) = 89.18%

R = 5.6%
G = 5.22%
B = 89.18%

CMYK

 C value IS 0.94

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0F0EEF (or 0x0F0EEF) is known color: Blue. HEX triplet: 0F, 0E and EF. RGB value is (15,14,239). Sum of RGB (Red+Green+Blue) = 15+14+239=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 239 (93.75% from 255 or 89.18% from 268); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F0EEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F0EEF is #F0F110. Grayscale: #272727. Windows color (decimal): -15790353 or 15666703. OLE color: 15666703.

HSL color Cylindrical-coordinate representation of color #0F0EEF: hue angle of 240.27º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0EEF is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 14 239 -
CMYK 0.94 0.94 0 0.06
HSL 240.27º 0.89% 0.5% -
HSV(B) 240.27º 0.94% 0.94% -
XYZ 15.93 6.65 82.1 -
YUV 39.95 240.33 110.2 -
System Red Green Blue C M Y K H S L
Decimal 15 14 239 0.94 0.94 0 0.06 240.27 0.89 0.5
Hex F E EF 5E 5E 0 6 F0 59 32
Octal 17 16 357 136 136 0 6 360 131 62
Binary 1111 1110 11101111 1011110 1011110 0 110 11110000 1011001 110010

Color Harmonies of #0F0EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0EEF

Black with #0F0EEF

Text Example


Text Example

White with #0F0EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,14,239); }

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

background-color css

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

 a { background-color: rgb(15,14,239); }

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

border-color css

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

 span { border-color: rgb(15,14,239); }

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