Html Css Color HEX #1E49CD Cerulean Blue

📋 copy color: '#1E49CD'

red 30 ◦ green 73 ◦ blue 205

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

Shades of Cerulean Blue #1E49CD

Tints of Cerulean Blue #1E49CD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.7%

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

R = 9.74%
G = 23.7%
B = 66.56%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1E49CD (or 0x1E49CD) is known color: Cerulean Blue. HEX triplet: 1E, 49 and CD. RGB value is (30,73,205). Sum of RGB (Red+Green+Blue) = 30+73+205=308 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.74% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E49CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E49CD is #E1B632. Grayscale: #4A4A4A. Windows color (decimal): -14792243 or 13453598. OLE color: 13453598.

HSL color Cylindrical-coordinate representation of color #1E49CD: hue angle of 225.26º 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 #1E49CD is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 30 73 205 -
CMYK 0.85 0.64 0 0.20
HSL 225.26º 0.74% 0.46% -
HSV(B) 225.26º 0.85% 0.8% -
XYZ 13.94 9.45 58.85 -
YUV 75.19 201.25 95.77 -
System Red Green Blue C M Y K H S L
Decimal 30 73 205 0.85 0.64 0 0.20 225.26 0.74 0.46
Hex 1E 49 CD 55 40 0 14 E1 4A 2E
Octal 36 111 315 125 100 0 24 341 112 56
Binary 11110 1001001 11001101 1010101 1000000 0 10100 11100001 1001010 101110

Color Harmonies of #1E49CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E49CD

Black with #1E49CD

Text Example


Text Example

White with #1E49CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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