Html Css Color HEX #1E53CD Cerulean Blue

📋 copy color: '#1E53CD'

red 30 ◦ green 83 ◦ blue 205

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

Shades of Cerulean Blue #1E53CD

Tints of Cerulean Blue #1E53CD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.1%

 BLUE value IS 205 (80.47% from 255) = 64.47%

R = 9.43%
G = 26.1%
B = 64.47%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1E53CD (or 0x1E53CD) is known color: Cerulean Blue. HEX triplet: 1E, 53 and CD. RGB value is (30,83,205). Sum of RGB (Red+Green+Blue) = 30+83+205=318 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.43% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E53CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E53CD is #E1AC32. Grayscale: #505050. Windows color (decimal): -14789683 or 13456158. OLE color: 13456158.

HSL color Cylindrical-coordinate representation of color #1E53CD: hue angle of 221.83º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E53CD is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 30 83 205 -
CMYK 0.85 0.60 0 0.20
HSL 221.83º 0.74% 0.46% -
HSV(B) 221.83º 0.85% 0.8% -
XYZ 14.65 10.87 59.08 -
YUV 81.06 197.94 91.58 -
System Red Green Blue C M Y K H S L
Decimal 30 83 205 0.85 0.60 0 0.20 221.83 0.74 0.46
Hex 1E 53 CD 55 3C 0 14 DE 4A 2E
Octal 36 123 315 125 74 0 24 336 112 56
Binary 11110 1010011 11001101 1010101 111100 0 10100 11011110 1001010 101110

Color Harmonies of #1E53CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E53CD

Black with #1E53CD

Text Example


Text Example

White with #1E53CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,83,205); }

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

background-color css

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

 a { background-color: rgb(30,83,205); }

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

border-color css

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

 span { border-color: rgb(30,83,205); }

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