Html Css Color HEX #001EFF Blue

📋 copy color: '#001EFF'

red 0 ◦ green 30 ◦ blue 255

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

Shades of Blue #001EFF

Tints of Blue #001EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 89.47%

R = 0%
G = 10.53%
B = 89.47%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#001EFF (or 0x001EFF) is known color: Blue. HEX triplet: 00, 1E and FF. RGB value is (0,30,255). Sum of RGB (Red+Green+Blue) = 0+30+255=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 255 (100% from 255 or 89.47% from 285); Max value from RGB is 255 - color contains mainly: blue. Hex color #001EFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001EFF is #FFE100. Grayscale: #2D2D2D. Windows color (decimal): -16769281 or 16719360. OLE color: 16719360.

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

Color convert

RGB 0 30 255 -
CMYK 1 0.88 0 0
HSL 232.94º 1% 0.5% -
HSV(B) 232.94º 1% 1% -
XYZ 18.51 8.15 95.2 -
YUV 46.68 245.56 94.7 -
System Red Green Blue C M Y K H S L
Decimal 0 30 255 1 0.88 0 0 232.94 1 0.5
Hex 0 1E FF 64 58 0 0 E9 64 32
Octal 0 36 377 144 130 0 0 351 144 62
Binary 0 11110 11111111 1100100 1011000 0 0 11101001 1100100 110010

Color Harmonies of #001EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001EFF

Black with #001EFF

Text Example


Text Example

White with #001EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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