Html Css Color HEX #2549CA Cerulean Blue

📋 copy color: '#2549CA'

red 37 ◦ green 73 ◦ blue 202

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

Shades of Cerulean Blue #2549CA

Tints of Cerulean Blue #2549CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.74%

R = 11.86%
G = 23.4%
B = 64.74%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2549CA (or 0x2549CA) is known color: Cerulean Blue. HEX triplet: 25, 49 and CA. RGB value is (37,73,202). Sum of RGB (Red+Green+Blue) = 37+73+202=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #2549CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2549CA is #DAB635. Grayscale: #4C4C4C. Windows color (decimal): -14333494 or 13256997. OLE color: 13256997.

HSL color Cylindrical-coordinate representation of color #2549CA: hue angle of 226.91º 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 #2549CA is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 37 73 202 -
CMYK 0.82 0.64 0 0.21
HSL 226.91º 0.69% 0.47% -
HSV(B) 226.91º 0.82% 0.79% -
XYZ 13.81 9.42 56.97 -
YUV 76.94 198.57 99.51 -
System Red Green Blue C M Y K H S L
Decimal 37 73 202 0.82 0.64 0 0.21 226.91 0.69 0.47
Hex 25 49 CA 52 40 0 15 E3 45 2F
Octal 45 111 312 122 100 0 25 343 105 57
Binary 100101 1001001 11001010 1010010 1000000 0 10101 11100011 1000101 101111

Color Harmonies of #2549CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2549CA

Black with #2549CA

Text Example


Text Example

White with #2549CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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