Html Css Color HEX #1E50CD Cerulean Blue

📋 copy color: '#1E50CD'

red 30 ◦ green 80 ◦ blue 205

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

Shades of Cerulean Blue #1E50CD

Tints of Cerulean Blue #1E50CD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.4%

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

R = 9.52%
G = 25.4%
B = 65.08%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1E50CD (or 0x1E50CD) is known color: Cerulean Blue. HEX triplet: 1E, 50 and CD. RGB value is (30,80,205). Sum of RGB (Red+Green+Blue) = 30+80+205=315 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.52% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E50CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E50CD is #E1AF32. Grayscale: #4E4E4E. Windows color (decimal): -14790451 or 13455390. OLE color: 13455390.

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

Color convert

RGB 30 80 205 -
CMYK 0.85 0.61 0 0.20
HSL 222.86º 0.74% 0.46% -
HSV(B) 222.86º 0.85% 0.8% -
XYZ 14.42 10.42 59.01 -
YUV 79.3 198.94 92.84 -
System Red Green Blue C M Y K H S L
Decimal 30 80 205 0.85 0.61 0 0.20 222.86 0.74 0.46
Hex 1E 50 CD 55 3D 0 14 DF 4A 2E
Octal 36 120 315 125 75 0 24 337 112 56
Binary 11110 1010000 11001101 1010101 111101 0 10100 11011111 1001010 101110

Color Harmonies of #1E50CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E50CD

Black with #1E50CD

Text Example


Text Example

White with #1E50CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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