Html Css Color HEX #2549DB Cerulean Blue

📋 copy color: '#2549DB'

red 37 ◦ green 73 ◦ blue 219

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

Shades of Cerulean Blue #2549DB

Tints of Cerulean Blue #2549DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 66.57%

R = 11.25%
G = 22.19%
B = 66.57%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2549DB (or 0x2549DB) is known color: Cerulean Blue. HEX triplet: 25, 49 and DB. RGB value is (37,73,219). Sum of RGB (Red+Green+Blue) = 37+73+219=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #2549DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2549DB is #DAB624. Grayscale: #4E4E4E. Windows color (decimal): -14333477 or 14371109. OLE color: 14371109.

HSL color Cylindrical-coordinate representation of color #2549DB: hue angle of 228.13º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2549DB is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 73 219 -
CMYK 0.83 0.67 0 0.14
HSL 228.13º 0.72% 0.5% -
HSV(B) 228.13º 0.83% 0.86% -
XYZ 15.93 10.27 68.16 -
YUV 78.88 207.07 98.13 -
System Red Green Blue C M Y K H S L
Decimal 37 73 219 0.83 0.67 0 0.14 228.13 0.72 0.5
Hex 25 49 DB 53 43 0 E E4 48 32
Octal 45 111 333 123 103 0 16 344 110 62
Binary 100101 1001001 11011011 1010011 1000011 0 1110 11100100 1001000 110010

Color Harmonies of #2549DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2549DB

Black with #2549DB

Text Example


Text Example

White with #2549DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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