Html Css Color HEX #2548DC Cerulean Blue

📋 copy color: '#2548DC'

red 37 ◦ green 72 ◦ blue 220

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

Shades of Cerulean Blue #2548DC

Tints of Cerulean Blue #2548DC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.88%

 BLUE value IS 220 (86.33% from 255) = 66.87%

R = 11.25%
G = 21.88%
B = 66.87%

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

#2548DC (or 0x2548DC) is known color: Cerulean Blue. HEX triplet: 25, 48 and DC. RGB value is (37,72,220). Sum of RGB (Red+Green+Blue) = 37+72+220=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #2548DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2548DC is #DAB723. Grayscale: #4D4D4D. Windows color (decimal): -14333732 or 14436389. OLE color: 14436389.

HSL color Cylindrical-coordinate representation of color #2548DC: hue angle of 228.52º 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 #2548DC is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 72 220 -
CMYK 0.83 0.67 0 0.14
HSL 228.52º 0.72% 0.5% -
HSV(B) 228.52º 0.83% 0.86% -
XYZ 16 10.2 68.83 -
YUV 78.41 207.9 98.47 -
System Red Green Blue C M Y K H S L
Decimal 37 72 220 0.83 0.67 0 0.14 228.52 0.72 0.5
Hex 25 48 DC 53 43 0 E E5 48 32
Octal 45 110 334 123 103 0 16 345 110 62
Binary 100101 1001000 11011100 1010011 1000011 0 1110 11100101 1001000 110010

Color Harmonies of #2548DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2548DC

Black with #2548DC

Text Example


Text Example

White with #2548DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2548DC; }

 p { color: rgb(37,72,220); }

 H1.HeaderClassName
 {
   color: #2548DC;
 }
 .AnyTagClassName
 {
   color: #2548DC;
 }
</style>

background-color css

<style>
 a { background-color: #2548DC; }

 a { background-color: rgb(37,72,220); }

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

border-color css

<style>
 span { border-color: #2548DC; }

 span { border-color: rgb(37,72,220); }

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