Html Css Color HEX #2552CE Cerulean Blue

📋 copy color: '#2552CE'

red 37 ◦ green 82 ◦ blue 206

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

Shades of Cerulean Blue #2552CE

Tints of Cerulean Blue #2552CE

RGB

 RED value IS 37 (14.84% from 255) = 11.38%

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

 BLUE value IS 206 (80.86% from 255) = 63.38%

R = 11.38%
G = 25.23%
B = 63.38%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2552CE (or 0x2552CE) is known color: Cerulean Blue. HEX triplet: 25, 52 and CE. RGB value is (37,82,206). Sum of RGB (Red+Green+Blue) = 37+82+206=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #2552CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2552CE is #DAAD31. Grayscale: #525252. Windows color (decimal): -14331186 or 13521445. OLE color: 13521445.

HSL color Cylindrical-coordinate representation of color #2552CE: hue angle of 224.02º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2552CE is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 82 206 -
CMYK 0.82 0.60 0 0.19
HSL 224.02º 0.7% 0.48% -
HSV(B) 224.02º 0.82% 0.81% -
XYZ 14.92 10.88 59.71 -
YUV 82.68 197.59 95.42 -
System Red Green Blue C M Y K H S L
Decimal 37 82 206 0.82 0.60 0 0.19 224.02 0.7 0.48
Hex 25 52 CE 52 3C 0 13 E0 46 30
Octal 45 122 316 122 74 0 23 340 106 60
Binary 100101 1010010 11001110 1010010 111100 0 10011 11100000 1000110 110000

Color Harmonies of #2552CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2552CE

Black with #2552CE

Text Example


Text Example

White with #2552CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2552CE; }

 p { color: rgb(37,82,206); }

 H1.HeaderClassName
 {
   color: #2552CE;
 }
 .AnyTagClassName
 {
   color: #2552CE;
 }
</style>

background-color css

<style>
 a { background-color: #2552CE; }

 a { background-color: rgb(37,82,206); }

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

border-color css

<style>
 span { border-color: #2552CE; }

 span { border-color: rgb(37,82,206); }

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