Html Css Color HEX #1B58DB Cerulean Blue

📋 copy color: '#1B58DB'

red 27 ◦ green 88 ◦ blue 219

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

Shades of Cerulean Blue #1B58DB

Tints of Cerulean Blue #1B58DB

RGB

 RED value IS 27 (10.94% from 255) = 8.08%

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

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

R = 8.08%
G = 26.35%
B = 65.57%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1B58DB (or 0x1B58DB) is known color: Cerulean Blue. HEX triplet: 1B, 58 and DB. RGB value is (27,88,219). Sum of RGB (Red+Green+Blue) = 27+88+219=334 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.08% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B58DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B58DB is #E4A724. Grayscale: #545454. Windows color (decimal): -14984997 or 14374939. OLE color: 14374939.

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

Color convert

RGB 27 88 219 -
CMYK 0.88 0.60 0 0.14
HSL 220.94º 0.78% 0.48% -
HSV(B) 220.94º 0.88% 0.86% -
XYZ 16.73 12.33 68.52 -
YUV 84.7 203.79 86.85 -
System Red Green Blue C M Y K H S L
Decimal 27 88 219 0.88 0.60 0 0.14 220.94 0.78 0.48
Hex 1B 58 DB 58 3C 0 E DD 4E 30
Octal 33 130 333 130 74 0 16 335 116 60
Binary 11011 1011000 11011011 1011000 111100 0 1110 11011101 1001110 110000

Color Harmonies of #1B58DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B58DB

Black with #1B58DB

Text Example


Text Example

White with #1B58DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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