Html Css Color HEX #2953DD Cerulean Blue

📋 copy color: '#2953DD'

red 41 ◦ green 83 ◦ blue 221

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

Shades of Cerulean Blue #2953DD

Tints of Cerulean Blue #2953DD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.06%

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

R = 11.88%
G = 24.06%
B = 64.06%

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

#2953DD (or 0x2953DD) is known color: Cerulean Blue. HEX triplet: 29, 53 and DD. RGB value is (41,83,221). Sum of RGB (Red+Green+Blue) = 41+83+221=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #2953DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2953DD is #D6AC22. Grayscale: #555555. Windows color (decimal): -14068771 or 14504745. OLE color: 14504745.

HSL color Cylindrical-coordinate representation of color #2953DD: hue angle of 226º 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 #2953DD is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 83 221 -
CMYK 0.81 0.62 0 0.13
HSL 226º 0.73% 0.51% -
HSV(B) 226º 0.81% 0.87% -
XYZ 17.06 11.88 69.8 -
YUV 86.17 204.09 95.78 -
System Red Green Blue C M Y K H S L
Decimal 41 83 221 0.81 0.62 0 0.13 226 0.73 0.51
Hex 29 53 DD 51 3E 0 D E2 49 33
Octal 51 123 335 121 76 0 15 342 111 63
Binary 101001 1010011 11011101 1010001 111110 0 1101 11100010 1001001 110011

Color Harmonies of #2953DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2953DD

Black with #2953DD

Text Example


Text Example

White with #2953DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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