Html Css Color HEX #2548DD Cerulean Blue

📋 copy color: '#2548DD'

red 37 ◦ green 72 ◦ blue 221

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

Shades of Cerulean Blue #2548DD

Tints of Cerulean Blue #2548DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.97%

R = 11.21%
G = 21.82%
B = 66.97%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2548DD (or 0x2548DD) is known color: Cerulean Blue. HEX triplet: 25, 48 and DD. RGB value is (37,72,221). Sum of RGB (Red+Green+Blue) = 37+72+221=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #2548DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2548DD is #DAB722. Grayscale: #4D4D4D. Windows color (decimal): -14333731 or 14501925. OLE color: 14501925.

HSL color Cylindrical-coordinate representation of color #2548DD: hue angle of 228.59º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2548DD is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 72 221 -
CMYK 0.83 0.67 0 0.13
HSL 228.59º 0.73% 0.51% -
HSV(B) 228.59º 0.83% 0.87% -
XYZ 16.13 10.25 69.53 -
YUV 78.52 208.4 98.38 -
System Red Green Blue C M Y K H S L
Decimal 37 72 221 0.83 0.67 0 0.13 228.59 0.73 0.51
Hex 25 48 DD 53 43 0 D E5 49 33
Octal 45 110 335 123 103 0 15 345 111 63
Binary 100101 1001000 11011101 1010011 1000011 0 1101 11100101 1001001 110011

Color Harmonies of #2548DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2548DD

Black with #2548DD

Text Example


Text Example

White with #2548DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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