Html Css Color HEX #1C58DB Cerulean Blue

📋 copy color: '#1C58DB'

red 28 ◦ green 88 ◦ blue 219

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

Shades of Cerulean Blue #1C58DB

Tints of Cerulean Blue #1C58DB

RGB

 RED value IS 28 (11.33% from 255) = 8.36%

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

 BLUE value IS 219 (85.94% from 255) = 65.37%

R = 8.36%
G = 26.27%
B = 65.37%

CMYK

 C value IS 0.87

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1C58DB (or 0x1C58DB) is known color: Cerulean Blue. HEX triplet: 1C, 58 and DB. RGB value is (28,88,219). Sum of RGB (Red+Green+Blue) = 28+88+219=335 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.36% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #1C58DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C58DB is #E3A724. Grayscale: #545454. Windows color (decimal): -14919461 or 14374940. OLE color: 14374940.

HSL color Cylindrical-coordinate representation of color #1C58DB: hue angle of 221.15º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C58DB is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 28 88 219 -
CMYK 0.87 0.60 0 0.14
HSL 221.15º 0.77% 0.48% -
HSV(B) 221.15º 0.87% 0.86% -
XYZ 16.75 12.34 68.52 -
YUV 84.99 203.62 87.35 -
System Red Green Blue C M Y K H S L
Decimal 28 88 219 0.87 0.60 0 0.14 221.15 0.77 0.48
Hex 1C 58 DB 57 3C 0 E DD 4D 30
Octal 34 130 333 127 74 0 16 335 115 60
Binary 11100 1011000 11011011 1010111 111100 0 1110 11011101 1001101 110000

Color Harmonies of #1C58DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C58DB

Black with #1C58DB

Text Example


Text Example

White with #1C58DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,88,219); }

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

background-color css

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

 a { background-color: rgb(28,88,219); }

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

border-color css

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

 span { border-color: rgb(28,88,219); }

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