Html Css Color HEX #0F1CEF Blue

📋 copy color: '#0F1CEF'

red 15 ◦ green 28 ◦ blue 239

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

Shades of Blue #0F1CEF

Tints of Blue #0F1CEF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.93%

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

R = 5.32%
G = 9.93%
B = 84.75%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0F1CEF (or 0x0F1CEF) is known color: Blue. HEX triplet: 0F, 1C and EF. RGB value is (15,28,239). Sum of RGB (Red+Green+Blue) = 15+28+239=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 239 (93.75% from 255 or 84.75% from 282); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F1CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F1CEF is #F0E310. Grayscale: #2F2F2F. Windows color (decimal): -15786769 or 15670287. OLE color: 15670287.

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

Color convert

RGB 15 28 239 -
CMYK 0.94 0.88 0 0.06
HSL 236.52º 0.88% 0.5% -
HSV(B) 236.52º 0.94% 0.94% -
XYZ 16.19 7.16 82.19 -
YUV 48.17 235.69 104.34 -
System Red Green Blue C M Y K H S L
Decimal 15 28 239 0.94 0.88 0 0.06 236.52 0.88 0.5
Hex F 1C EF 5E 58 0 6 ED 58 32
Octal 17 34 357 136 130 0 6 355 130 62
Binary 1111 11100 11101111 1011110 1011000 0 110 11101101 1011000 110010

Color Harmonies of #0F1CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1CEF

Black with #0F1CEF

Text Example


Text Example

White with #0F1CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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