Html Css Color HEX #1E59DD Cerulean Blue

📋 copy color: '#1E59DD'

red 30 ◦ green 89 ◦ blue 221

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

Shades of Cerulean Blue #1E59DD

Tints of Cerulean Blue #1E59DD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.18%

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

R = 8.82%
G = 26.18%
B = 65%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E59DD (or 0x1E59DD) is known color: Cerulean Blue. HEX triplet: 1E, 59 and DD. RGB value is (30,89,221). Sum of RGB (Red+Green+Blue) = 30+89+221=340 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.82% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E59DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E59DD is #E1A622. Grayscale: #555555. Windows color (decimal): -14788131 or 14506270. OLE color: 14506270.

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

Color convert

RGB 30 89 221 -
CMYK 0.86 0.60 0 0.13
HSL 221.47º 0.76% 0.49% -
HSV(B) 221.47º 0.86% 0.87% -
XYZ 17.16 12.64 69.94 -
YUV 86.41 203.95 87.77 -
System Red Green Blue C M Y K H S L
Decimal 30 89 221 0.86 0.60 0 0.13 221.47 0.76 0.49
Hex 1E 59 DD 56 3C 0 D DD 4C 31
Octal 36 131 335 126 74 0 15 335 114 61
Binary 11110 1011001 11011101 1010110 111100 0 1101 11011101 1001100 110001

Color Harmonies of #1E59DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E59DD

Black with #1E59DD

Text Example


Text Example

White with #1E59DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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