Html Css Color HEX #1801ED Blue

📋 copy color: '#1801ED'

red 24 ◦ green 1 ◦ blue 237

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

Shades of Blue #1801ED

Tints of Blue #1801ED

RGB

 RED value IS 24 (9.77% from 255) = 9.16%

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 9.16%
G = 0.38%
B = 90.46%

CMYK

 C value IS 0.90

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1801ED (or 0x1801ED) is known color: Blue. HEX triplet: 18, 01 and ED. RGB value is (24,1,237). Sum of RGB (Red+Green+Blue) = 24+1+237=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 237 (92.97% from 255 or 90.46% from 262); Max value from RGB is 237 - color contains mainly: blue. Hex color #1801ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1801ED is #E7FE12. Grayscale: #212121. Windows color (decimal): -15203859 or 15532312. OLE color: 15532312.

HSL color Cylindrical-coordinate representation of color #1801ED: hue angle of 245.85º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1801ED is Cyan = 0.90, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 1 237 -
CMYK 0.90 1.00 0 0.07
HSL 245.85º 0.99% 0.47% -
HSV(B) 245.85º 1% 0.93% -
XYZ 15.67 6.33 80.52 -
YUV 34.78 242.12 120.31 -
System Red Green Blue C M Y K H S L
Decimal 24 1 237 0.90 1.00 0 0.07 245.85 0.99 0.47
Hex 18 1 ED 5A 64 0 7 F6 63 2F
Octal 30 1 355 132 144 0 7 366 143 57
Binary 11000 1 11101101 1011010 1100100 0 111 11110110 1100011 101111

Color Harmonies of #1801ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1801ED

Black with #1801ED

Text Example


Text Example

White with #1801ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1801ED; }

 p { color: rgb(24,1,237); }

 H1.HeaderClassName
 {
   color: #1801ED;
 }
 .AnyTagClassName
 {
   color: #1801ED;
 }
</style>

background-color css

<style>
 a { background-color: #1801ED; }

 a { background-color: rgb(24,1,237); }

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

border-color css

<style>
 span { border-color: #1801ED; }

 span { border-color: rgb(24,1,237); }

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