Html Css Color HEX #1E58CC Cerulean Blue

📋 copy color: '#1E58CC'

red 30 ◦ green 88 ◦ blue 204

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

Shades of Cerulean Blue #1E58CC

Tints of Cerulean Blue #1E58CC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.33%

 BLUE value IS 204 (80.08% from 255) = 63.35%

R = 9.32%
G = 27.33%
B = 63.35%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1E58CC (or 0x1E58CC) is known color: Cerulean Blue. HEX triplet: 1E, 58 and CC. RGB value is (30,88,204). Sum of RGB (Red+Green+Blue) = 30+88+204=322 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.32% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #1E58CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E58CC is #E1A733. Grayscale: #535353. Windows color (decimal): -14788404 or 13391902. OLE color: 13391902.

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

Color convert

RGB 30 88 204 -
CMYK 0.85 0.57 0 0.2
HSL 220º 0.74% 0.46% -
HSV(B) 220º 0.85% 0.8% -
XYZ 14.92 11.62 58.58 -
YUV 83.88 195.78 89.57 -
System Red Green Blue C M Y K H S L
Decimal 30 88 204 0.85 0.57 0 0.2 220 0.74 0.46
Hex 1E 58 CC 55 39 0 14 DC 4A 2E
Octal 36 130 314 125 71 0 24 334 112 56
Binary 11110 1011000 11001100 1010101 111001 0 10100 11011100 1001010 101110

Color Harmonies of #1E58CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E58CC

Black with #1E58CC

Text Example


Text Example

White with #1E58CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,88,204); }

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

background-color css

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

 a { background-color: rgb(30,88,204); }

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

border-color css

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

 span { border-color: rgb(30,88,204); }

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