Html Css Color HEX #2853DD Cerulean Blue

📋 copy color: '#2853DD'

red 40 ◦ green 83 ◦ blue 221

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

Shades of Cerulean Blue #2853DD

Tints of Cerulean Blue #2853DD

RGB

 RED value IS 40 (16.02% from 255) = 11.63%

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

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

R = 11.63%
G = 24.13%
B = 64.24%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2853DD (or 0x2853DD) is known color: Cerulean Blue. HEX triplet: 28, 53 and DD. RGB value is (40,83,221). Sum of RGB (Red+Green+Blue) = 40+83+221=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #2853DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2853DD is #D7AC22. Grayscale: #555555. Windows color (decimal): -14134307 or 14504744. OLE color: 14504744.

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

Color convert

RGB 40 83 221 -
CMYK 0.82 0.62 0 0.13
HSL 225.75º 0.73% 0.51% -
HSV(B) 225.75º 0.82% 0.87% -
XYZ 17.02 11.86 69.8 -
YUV 85.88 204.25 95.28 -
System Red Green Blue C M Y K H S L
Decimal 40 83 221 0.82 0.62 0 0.13 225.75 0.73 0.51
Hex 28 53 DD 52 3E 0 D E2 49 33
Octal 50 123 335 122 76 0 15 342 111 63
Binary 101000 1010011 11011101 1010010 111110 0 1101 11100010 1001001 110011

Color Harmonies of #2853DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2853DD

Black with #2853DD

Text Example


Text Example

White with #2853DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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