Html Css Color HEX #1E58CF Cerulean Blue

📋 copy color: '#1E58CF'

red 30 ◦ green 88 ◦ blue 207

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

Shades of Cerulean Blue #1E58CF

Tints of Cerulean Blue #1E58CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 63.69%

R = 9.23%
G = 27.08%
B = 63.69%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E58CF (or 0x1E58CF) is known color: Cerulean Blue. HEX triplet: 1E, 58 and CF. RGB value is (30,88,207). Sum of RGB (Red+Green+Blue) = 30+88+207=325 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.23% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E58CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E58CF is #E1A730. Grayscale: #535353. Windows color (decimal): -14788401 or 13588510. OLE color: 13588510.

HSL color Cylindrical-coordinate representation of color #1E58CF: hue angle of 220.34º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E58CF is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 88 207 -
CMYK 0.86 0.57 0 0.19
HSL 220.34º 0.75% 0.46% -
HSV(B) 220.34º 0.86% 0.81% -
XYZ 15.29 11.76 60.5 -
YUV 84.22 197.28 89.32 -
System Red Green Blue C M Y K H S L
Decimal 30 88 207 0.86 0.57 0 0.19 220.34 0.75 0.46
Hex 1E 58 CF 56 39 0 13 DC 4B 2E
Octal 36 130 317 126 71 0 23 334 113 56
Binary 11110 1011000 11001111 1010110 111001 0 10011 11011100 1001011 101110

Color Harmonies of #1E58CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E58CF

Black with #1E58CF

Text Example


Text Example

White with #1E58CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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