Html Css Color HEX #0F18EF Blue

📋 copy color: '#0F18EF'

red 15 ◦ green 24 ◦ blue 239

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

Shades of Blue #0F18EF

Tints of Blue #0F18EF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.63%

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

R = 5.4%
G = 8.63%
B = 85.97%

CMYK

 C value IS 0.94

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0F18EF (or 0x0F18EF) is known color: Blue. HEX triplet: 0F, 18 and EF. RGB value is (15,24,239). Sum of RGB (Red+Green+Blue) = 15+24+239=278 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.40% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 239 (93.75% from 255 or 85.97% from 278); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F18EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F18EF is #F0E710. Grayscale: #2C2C2C. Windows color (decimal): -15787793 or 15669263. OLE color: 15669263.

HSL color Cylindrical-coordinate representation of color #0F18EF: hue angle of 237.59º degrees, saturation: 0.88, 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 #0F18EF is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 24 239 -
CMYK 0.94 0.90 0 0.06
HSL 237.59º 0.88% 0.5% -
HSV(B) 237.59º 0.94% 0.94% -
XYZ 16.1 6.99 82.16 -
YUV 45.82 237.02 106.02 -
System Red Green Blue C M Y K H S L
Decimal 15 24 239 0.94 0.90 0 0.06 237.59 0.88 0.5
Hex F 18 EF 5E 5A 0 6 EE 58 32
Octal 17 30 357 136 132 0 6 356 130 62
Binary 1111 11000 11101111 1011110 1011010 0 110 11101110 1011000 110010

Color Harmonies of #0F18EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F18EF

Black with #0F18EF

Text Example


Text Example

White with #0F18EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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