Html Css Color HEX #2549CC Cerulean Blue

📋 copy color: '#2549CC'

red 37 ◦ green 73 ◦ blue 204

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

Shades of Cerulean Blue #2549CC

Tints of Cerulean Blue #2549CC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.25%

 BLUE value IS 204 (80.08% from 255) = 64.97%

R = 11.78%
G = 23.25%
B = 64.97%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2549CC (or 0x2549CC) is known color: Cerulean Blue. HEX triplet: 25, 49 and CC. RGB value is (37,73,204). Sum of RGB (Red+Green+Blue) = 37+73+204=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #2549CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2549CC is #DAB633. Grayscale: #4C4C4C. Windows color (decimal): -14333492 or 13388069. OLE color: 13388069.

HSL color Cylindrical-coordinate representation of color #2549CC: hue angle of 227.07º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2549CC is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 37 73 204 -
CMYK 0.82 0.64 0 0.2
HSL 227.07º 0.69% 0.47% -
HSV(B) 227.07º 0.82% 0.8% -
XYZ 14.04 9.52 58.22 -
YUV 77.17 199.57 99.35 -
System Red Green Blue C M Y K H S L
Decimal 37 73 204 0.82 0.64 0 0.2 227.07 0.69 0.47
Hex 25 49 CC 52 40 0 14 E3 45 2F
Octal 45 111 314 122 100 0 24 343 105 57
Binary 100101 1001001 11001100 1010010 1000000 0 10100 11100011 1000101 101111

Color Harmonies of #2549CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2549CC

Black with #2549CC

Text Example


Text Example

White with #2549CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2549CC; }

 p { color: rgb(37,73,204); }

 H1.HeaderClassName
 {
   color: #2549CC;
 }
 .AnyTagClassName
 {
   color: #2549CC;
 }
</style>

background-color css

<style>
 a { background-color: #2549CC; }

 a { background-color: rgb(37,73,204); }

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

border-color css

<style>
 span { border-color: #2549CC; }

 span { border-color: rgb(37,73,204); }

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