Html Css Color HEX #0F1EFB Blue

📋 copy color: '#0F1EFB'

red 15 ◦ green 30 ◦ blue 251

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

Shades of Blue #0F1EFB

Tints of Blue #0F1EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.14%

 BLUE value IS 251 (98.44% from 255) = 84.8%

R = 5.07%
G = 10.14%
B = 84.8%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0F1EFB (or 0x0F1EFB) is known color: Blue. HEX triplet: 0F, 1E and FB. RGB value is (15,30,251). Sum of RGB (Red+Green+Blue) = 15+30+251=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 251 (98.44% from 255 or 84.80% from 296); Max value from RGB is 251 - color contains mainly: blue. Hex color #0F1EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F1EFB is #F0E104. Grayscale: #313131. Windows color (decimal): -15786245 or 16457231. OLE color: 16457231.

HSL color Cylindrical-coordinate representation of color #0F1EFB: hue angle of 236.19º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F1EFB is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 30 251 -
CMYK 0.94 0.88 0 0.02
HSL 236.19º 0.97% 0.52% -
HSV(B) 236.19º 0.94% 0.98% -
XYZ 18.07 8 91.86 -
YUV 50.71 241.03 102.53 -
System Red Green Blue C M Y K H S L
Decimal 15 30 251 0.94 0.88 0 0.02 236.19 0.97 0.52
Hex F 1E FB 5E 58 0 2 EC 61 34
Octal 17 36 373 136 130 0 2 354 141 64
Binary 1111 11110 11111011 1011110 1011000 0 10 11101100 1100001 110100

Color Harmonies of #0F1EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1EFB

Black with #0F1EFB

Text Example


Text Example

White with #0F1EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,30,251); }

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

background-color css

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

 a { background-color: rgb(15,30,251); }

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

border-color css

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

 span { border-color: rgb(15,30,251); }

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