Html Css Color HEX #0F1DFB Blue

📋 copy color: '#0F1DFB'

red 15 ◦ green 29 ◦ blue 251

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

Shades of Blue #0F1DFB

Tints of Blue #0F1DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.83%

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

R = 5.08%
G = 9.83%
B = 85.08%

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

#0F1DFB (or 0x0F1DFB) is known color: Blue. HEX triplet: 0F, 1D and FB. RGB value is (15,29,251). Sum of RGB (Red+Green+Blue) = 15+29+251=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 251 (98.44% from 255 or 85.08% from 295); Max value from RGB is 251 - color contains mainly: blue. Hex color #0F1DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F1DFB is #F0E204. Grayscale: #313131. Windows color (decimal): -15786501 or 16456975. OLE color: 16456975.

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

Color convert

RGB 15 29 251 -
CMYK 0.94 0.88 0 0.02
HSL 236.44º 0.97% 0.52% -
HSV(B) 236.44º 0.94% 0.98% -
XYZ 18.05 7.95 91.85 -
YUV 50.12 241.36 102.95 -
System Red Green Blue C M Y K H S L
Decimal 15 29 251 0.94 0.88 0 0.02 236.44 0.97 0.52
Hex F 1D FB 5E 58 0 2 EC 61 34
Octal 17 35 373 136 130 0 2 354 141 64
Binary 1111 11101 11111011 1011110 1011000 0 10 11101100 1100001 110100

Color Harmonies of #0F1DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1DFB

Black with #0F1DFB

Text Example


Text Example

White with #0F1DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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