Html Css Color HEX #2553C9 Cerulean Blue

📋 copy color: '#2553C9'

red 37 ◦ green 83 ◦ blue 201

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

Shades of Cerulean Blue #2553C9

Tints of Cerulean Blue #2553C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 62.62%

R = 11.53%
G = 25.86%
B = 62.62%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2553C9 (or 0x2553C9) is known color: Cerulean Blue. HEX triplet: 25, 53 and C9. RGB value is (37,83,201). Sum of RGB (Red+Green+Blue) = 37+83+201=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 201 (78.91% from 255 or 62.62% from 321); Max value from RGB is 201 - color contains mainly: blue. Hex color #2553C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2553C9 is #DAAC36. Grayscale: #525252. Windows color (decimal): -14330935 or 13194021. OLE color: 13194021.

HSL color Cylindrical-coordinate representation of color #2553C9: hue angle of 223.17º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2553C9 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 37 83 201 -
CMYK 0.82 0.59 0 0.21
HSL 223.17º 0.69% 0.47% -
HSV(B) 223.17º 0.82% 0.79% -
XYZ 14.4 10.8 56.58 -
YUV 82.7 194.76 95.41 -
System Red Green Blue C M Y K H S L
Decimal 37 83 201 0.82 0.59 0 0.21 223.17 0.69 0.47
Hex 25 53 C9 52 3B 0 15 DF 45 2F
Octal 45 123 311 122 73 0 25 337 105 57
Binary 100101 1010011 11001001 1010010 111011 0 10101 11011111 1000101 101111

Color Harmonies of #2553C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2553C9

Black with #2553C9

Text Example


Text Example

White with #2553C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2553C9; }

 p { color: rgb(37,83,201); }

 H1.HeaderClassName
 {
   color: #2553C9;
 }
 .AnyTagClassName
 {
   color: #2553C9;
 }
</style>

background-color css

<style>
 a { background-color: #2553C9; }

 a { background-color: rgb(37,83,201); }

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

border-color css

<style>
 span { border-color: #2553C9; }

 span { border-color: rgb(37,83,201); }

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