Html Css Color HEX #1401ED Blue

📋 copy color: '#1401ED'

red 20 ◦ green 1 ◦ blue 237

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

Shades of Blue #1401ED

Tints of Blue #1401ED

RGB

 RED value IS 20 (8.2% from 255) = 7.75%

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

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

R = 7.75%
G = 0.39%
B = 91.86%

CMYK

 C value IS 0.92

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1401ED (or 0x1401ED) is known color: Blue. HEX triplet: 14, 01 and ED. RGB value is (20,1,237). Sum of RGB (Red+Green+Blue) = 20+1+237=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 237 (92.97% from 255 or 91.86% from 258); Max value from RGB is 237 - color contains mainly: blue. Hex color #1401ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1401ED is #EBFE12. Grayscale: #202020. Windows color (decimal): -15466003 or 15532308. OLE color: 15532308.

HSL color Cylindrical-coordinate representation of color #1401ED: hue angle of 244.83º 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 #1401ED is Cyan = 0.92, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 1 237 -
CMYK 0.92 1.00 0 0.07
HSL 244.83º 0.99% 0.47% -
HSV(B) 244.83º 1% 0.93% -
XYZ 15.59 6.28 80.51 -
YUV 33.59 242.79 118.31 -
System Red Green Blue C M Y K H S L
Decimal 20 1 237 0.92 1.00 0 0.07 244.83 0.99 0.47
Hex 14 1 ED 5C 64 0 7 F5 63 2F
Octal 24 1 355 134 144 0 7 365 143 57
Binary 10100 1 11101101 1011100 1100100 0 111 11110101 1100011 101111

Color Harmonies of #1401ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1401ED

Black with #1401ED

Text Example


Text Example

White with #1401ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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