Html Css Color HEX #1E5ADD Cerulean Blue

📋 copy color: '#1E5ADD'

red 30 ◦ green 90 ◦ blue 221

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

Shades of Cerulean Blue #1E5ADD

Tints of Cerulean Blue #1E5ADD

RGB

 RED value IS 30 (12.11% from 255) = 8.8%

 GREEN value IS 90 (35.55% from 255) = 26.39%

 BLUE value IS 221 (86.72% from 255) = 64.81%

R = 8.8%
G = 26.39%
B = 64.81%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E5ADD (or 0x1E5ADD) is known color: Cerulean Blue. HEX triplet: 1E, 5A and DD. RGB value is (30,90,221). Sum of RGB (Red+Green+Blue) = 30+90+221=341 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.80% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E5ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5ADD is #E1A522. Grayscale: #565656. Windows color (decimal): -14787875 or 14506526. OLE color: 14506526.

HSL color Cylindrical-coordinate representation of color #1E5ADD: hue angle of 221.15º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E5ADD is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 90 221 -
CMYK 0.86 0.59 0 0.13
HSL 221.15º 0.76% 0.49% -
HSV(B) 221.15º 0.86% 0.87% -
XYZ 17.24 12.81 69.97 -
YUV 86.99 203.62 87.35 -
System Red Green Blue C M Y K H S L
Decimal 30 90 221 0.86 0.59 0 0.13 221.15 0.76 0.49
Hex 1E 5A DD 56 3B 0 D DD 4C 31
Octal 36 132 335 126 73 0 15 335 114 61
Binary 11110 1011010 11011101 1010110 111011 0 1101 11011101 1001100 110001

Color Harmonies of #1E5ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5ADD

Black with #1E5ADD

Text Example


Text Example

White with #1E5ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E5ADD; }

 p { color: rgb(30,90,221); }

 H1.HeaderClassName
 {
   color: #1E5ADD;
 }
 .AnyTagClassName
 {
   color: #1E5ADD;
 }
</style>

background-color css

<style>
 a { background-color: #1E5ADD; }

 a { background-color: rgb(30,90,221); }

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

border-color css

<style>
 span { border-color: #1E5ADD; }

 span { border-color: rgb(30,90,221); }

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