Html Css Color HEX #1E55DE Cerulean Blue

📋 copy color: '#1E55DE'

red 30 ◦ green 85 ◦ blue 222

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

Shades of Cerulean Blue #1E55DE

Tints of Cerulean Blue #1E55DE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.22%

 BLUE value IS 222 (87.11% from 255) = 65.88%

R = 8.9%
G = 25.22%
B = 65.88%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E55DE (or 0x1E55DE) is known color: Cerulean Blue. HEX triplet: 1E, 55 and DE. RGB value is (30,85,222). Sum of RGB (Red+Green+Blue) = 30+85+222=337 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.90% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #1E55DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E55DE is #E1AA21. Grayscale: #535353. Windows color (decimal): -14789154 or 14570782. OLE color: 14570782.

HSL color Cylindrical-coordinate representation of color #1E55DE: hue angle of 222.81º 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 #1E55DE is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 85 222 -
CMYK 0.86 0.62 0 0.13
HSL 222.81º 0.76% 0.49% -
HSV(B) 222.81º 0.86% 0.87% -
XYZ 16.97 12.05 70.54 -
YUV 84.17 205.78 89.36 -
System Red Green Blue C M Y K H S L
Decimal 30 85 222 0.86 0.62 0 0.13 222.81 0.76 0.49
Hex 1E 55 DE 56 3E 0 D DF 4C 31
Octal 36 125 336 126 76 0 15 337 114 61
Binary 11110 1010101 11011110 1010110 111110 0 1101 11011111 1001100 110001

Color Harmonies of #1E55DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E55DE

Black with #1E55DE

Text Example


Text Example

White with #1E55DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,85,222); }

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

background-color css

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

 a { background-color: rgb(30,85,222); }

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

border-color css

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

 span { border-color: rgb(30,85,222); }

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