Html Css Color HEX #011DFB Blue

📋 copy color: '#011DFB'

red 1 ◦ green 29 ◦ blue 251

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

Shades of Blue #011DFB

Tints of Blue #011DFB

RGB

 RED value IS 1 (0.78% from 255) = 0.36%

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

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

R = 0.36%
G = 10.32%
B = 89.32%

CMYK

 C value IS 1.00

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#011DFB (or 0x011DFB) is known color: Blue. HEX triplet: 01, 1D and FB. RGB value is (1,29,251). Sum of RGB (Red+Green+Blue) = 1+29+251=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 251 (98.44% from 255 or 89.32% from 281); Max value from RGB is 251 - color contains mainly: blue. Hex color #011DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011DFB is #FEE204. Grayscale: #2D2D2D. Windows color (decimal): -16704005 or 16456961. OLE color: 16456961.

HSL color Cylindrical-coordinate representation of color #011DFB: hue angle of 233.28º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011DFB is Cyan = 1.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 29 251 -
CMYK 1.00 0.88 0 0.02
HSL 233.28º 0.99% 0.49% -
HSV(B) 233.28º 1% 0.98% -
XYZ 17.86 7.85 91.84 -
YUV 45.94 243.72 95.95 -
System Red Green Blue C M Y K H S L
Decimal 1 29 251 1.00 0.88 0 0.02 233.28 0.99 0.49
Hex 1 1D FB 64 58 0 2 E9 63 31
Octal 1 35 373 144 130 0 2 351 143 61
Binary 1 11101 11111011 1100100 1011000 0 10 11101001 1100011 110001

Color Harmonies of #011DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011DFB

Black with #011DFB

Text Example


Text Example

White with #011DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011DFB; }

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

 H1.HeaderClassName
 {
   color: #011DFB;
 }
 .AnyTagClassName
 {
   color: #011DFB;
 }
</style>

background-color css

<style>
 a { background-color: #011DFB; }

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

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

border-color css

<style>
 span { border-color: #011DFB; }

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

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