Html Css Color HEX #1955DD Cerulean Blue

📋 copy color: '#1955DD'

red 25 ◦ green 85 ◦ blue 221

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

Shades of Cerulean Blue #1955DD

Tints of Cerulean Blue #1955DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.77%

R = 7.55%
G = 25.68%
B = 66.77%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1955DD (or 0x1955DD) is known color: Cerulean Blue. HEX triplet: 19, 55 and DD. RGB value is (25,85,221). Sum of RGB (Red+Green+Blue) = 25+85+221=331 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.55% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #1955DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1955DD is #E6AA22. Grayscale: #515151. Windows color (decimal): -15116835 or 14505241. OLE color: 14505241.

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

Color convert

RGB 25 85 221 -
CMYK 0.89 0.62 0 0.13
HSL 221.63º 0.8% 0.48% -
HSV(B) 221.63º 0.89% 0.87% -
XYZ 16.7 11.92 69.83 -
YUV 82.56 206.12 86.94 -
System Red Green Blue C M Y K H S L
Decimal 25 85 221 0.89 0.62 0 0.13 221.63 0.8 0.48
Hex 19 55 DD 59 3E 0 D DE 50 30
Octal 31 125 335 131 76 0 15 336 120 60
Binary 11001 1010101 11011101 1011001 111110 0 1101 11011110 1010000 110000

Color Harmonies of #1955DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1955DD

Black with #1955DD

Text Example


Text Example

White with #1955DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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