Html Css Color HEX #1955DB Cerulean Blue

📋 copy color: '#1955DB'

red 25 ◦ green 85 ◦ blue 219

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

Shades of Cerulean Blue #1955DB

Tints of Cerulean Blue #1955DB

RGB

 RED value IS 25 (10.16% from 255) = 7.6%

 GREEN value IS 85 (33.59% from 255) = 25.84%

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

R = 7.6%
G = 25.84%
B = 66.57%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1955DB (or 0x1955DB) is known color: Cerulean Blue. HEX triplet: 19, 55 and DB. RGB value is (25,85,219). Sum of RGB (Red+Green+Blue) = 25+85+219=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #1955DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1955DB is #E6AA24. Grayscale: #515151. Windows color (decimal): -15116837 or 14374169. OLE color: 14374169.

HSL color Cylindrical-coordinate representation of color #1955DB: hue angle of 221.44º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1955DB is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 85 219 -
CMYK 0.89 0.61 0 0.14
HSL 221.44º 0.8% 0.48% -
HSV(B) 221.44º 0.89% 0.86% -
XYZ 16.44 11.82 68.43 -
YUV 82.34 205.12 87.1 -
System Red Green Blue C M Y K H S L
Decimal 25 85 219 0.89 0.61 0 0.14 221.44 0.8 0.48
Hex 19 55 DB 59 3D 0 E DD 50 30
Octal 31 125 333 131 75 0 16 335 120 60
Binary 11001 1010101 11011011 1011001 111101 0 1110 11011101 1010000 110000

Color Harmonies of #1955DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1955DB

Black with #1955DB

Text Example


Text Example

White with #1955DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1955DB; }

 p { color: rgb(25,85,219); }

 H1.HeaderClassName
 {
   color: #1955DB;
 }
 .AnyTagClassName
 {
   color: #1955DB;
 }
</style>

background-color css

<style>
 a { background-color: #1955DB; }

 a { background-color: rgb(25,85,219); }

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

border-color css

<style>
 span { border-color: #1955DB; }

 span { border-color: rgb(25,85,219); }

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