Html Css Color HEX #2852DD Cerulean Blue

📋 copy color: '#2852DD'

red 40 ◦ green 82 ◦ blue 221

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

Shades of Cerulean Blue #2852DD

Tints of Cerulean Blue #2852DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.91%

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

R = 11.66%
G = 23.91%
B = 64.43%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2852DD (or 0x2852DD) is known color: Cerulean Blue. HEX triplet: 28, 52 and DD. RGB value is (40,82,221). Sum of RGB (Red+Green+Blue) = 40+82+221=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #2852DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2852DD is #D7AD22. Grayscale: #545454. Windows color (decimal): -14134563 or 14504488. OLE color: 14504488.

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

Color convert

RGB 40 82 221 -
CMYK 0.82 0.63 0 0.13
HSL 226.08º 0.73% 0.51% -
HSV(B) 226.08º 0.82% 0.87% -
XYZ 16.94 11.71 69.77 -
YUV 85.29 204.59 95.7 -
System Red Green Blue C M Y K H S L
Decimal 40 82 221 0.82 0.63 0 0.13 226.08 0.73 0.51
Hex 28 52 DD 52 3F 0 D E2 49 33
Octal 50 122 335 122 77 0 15 342 111 63
Binary 101000 1010010 11011101 1010010 111111 0 1101 11100010 1001001 110011

Color Harmonies of #2852DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2852DD

Black with #2852DD

Text Example


Text Example

White with #2852DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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