Html Css Color HEX #2955DD Cerulean Blue

📋 copy color: '#2955DD'

red 41 ◦ green 85 ◦ blue 221

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

Shades of Cerulean Blue #2955DD

Tints of Cerulean Blue #2955DD

RGB

 RED value IS 41 (16.41% from 255) = 11.82%

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

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

R = 11.82%
G = 24.5%
B = 63.69%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2955DD (or 0x2955DD) is known color: Cerulean Blue. HEX triplet: 29, 55 and DD. RGB value is (41,85,221). Sum of RGB (Red+Green+Blue) = 41+85+221=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #2955DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2955DD is #D6AA22. Grayscale: #565656. Windows color (decimal): -14068259 or 14505257. OLE color: 14505257.

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

Color convert

RGB 41 85 221 -
CMYK 0.81 0.62 0 0.13
HSL 225.33º 0.73% 0.51% -
HSV(B) 225.33º 0.81% 0.87% -
XYZ 17.21 12.19 69.85 -
YUV 87.35 203.42 94.94 -
System Red Green Blue C M Y K H S L
Decimal 41 85 221 0.81 0.62 0 0.13 225.33 0.73 0.51
Hex 29 55 DD 51 3E 0 D E1 49 33
Octal 51 125 335 121 76 0 15 341 111 63
Binary 101001 1010101 11011101 1010001 111110 0 1101 11100001 1001001 110011

Color Harmonies of #2955DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2955DD

Black with #2955DD

Text Example


Text Example

White with #2955DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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