Html Css Color HEX #001EED Blue

📋 copy color: '#001EED'

red 0 ◦ green 30 ◦ blue 237

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

Shades of Blue #001EED

Tints of Blue #001EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 88.76%

R = 0%
G = 11.24%
B = 88.76%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#001EED (or 0x001EED) is known color: Blue. HEX triplet: 00, 1E and ED. RGB value is (0,30,237). Sum of RGB (Red+Green+Blue) = 0+30+237=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 237 (92.97% from 255 or 88.76% from 267); Max value from RGB is 237 - color contains mainly: blue. Hex color #001EED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001EED is #FFE112. Grayscale: #2B2B2B. Windows color (decimal): -16769299 or 15539712. OLE color: 15539712.

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

Color convert

RGB 0 30 237 -
CMYK 1 0.87 0 0.07
HSL 232.41º 1% 0.46% -
HSV(B) 232.41º 1% 0.93% -
XYZ 15.75 7.04 80.65 -
YUV 44.63 236.56 96.17 -
System Red Green Blue C M Y K H S L
Decimal 0 30 237 1 0.87 0 0.07 232.41 1 0.46
Hex 0 1E ED 64 57 0 7 E8 64 2E
Octal 0 36 355 144 127 0 7 350 144 56
Binary 0 11110 11101101 1100100 1010111 0 111 11101000 1100100 101110

Color Harmonies of #001EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001EED

Black with #001EED

Text Example


Text Example

White with #001EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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