Html Css Color HEX #001EFB Blue

📋 copy color: '#001EFB'

red 0 ◦ green 30 ◦ blue 251

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

Shades of Blue #001EFB

Tints of Blue #001EFB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 10.68%
B = 89.32%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#001EFB (or 0x001EFB) is known color: Blue. HEX triplet: 00, 1E and FB. RGB value is (0,30,251). Sum of RGB (Red+Green+Blue) = 0+30+251=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 30 (12.11% from 255 or 10.68% 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 #001EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001EFB is #FFE104. Grayscale: #2D2D2D. Windows color (decimal): -16769285 or 16457216. OLE color: 16457216.

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

Color convert

RGB 0 30 251 -
CMYK 1 0.88 0 0.02
HSL 232.83º 1% 0.49% -
HSV(B) 232.83º 1% 0.98% -
XYZ 17.88 7.89 91.85 -
YUV 46.22 243.56 95.03 -
System Red Green Blue C M Y K H S L
Decimal 0 30 251 1 0.88 0 0.02 232.83 1 0.49
Hex 0 1E FB 64 58 0 2 E9 64 31
Octal 0 36 373 144 130 0 2 351 144 61
Binary 0 11110 11111011 1100100 1011000 0 10 11101001 1100100 110001

Color Harmonies of #001EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001EFB

Black with #001EFB

Text Example


Text Example

White with #001EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001EFB; }

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

 H1.HeaderClassName
 {
   color: #001EFB;
 }
 .AnyTagClassName
 {
   color: #001EFB;
 }
</style>

background-color css

<style>
 a { background-color: #001EFB; }

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

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

border-color css

<style>
 span { border-color: #001EFB; }

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

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