Html Css Color HEX #2548CE Cerulean Blue

📋 copy color: '#2548CE'

red 37 ◦ green 72 ◦ blue 206

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

Shades of Cerulean Blue #2548CE

Tints of Cerulean Blue #2548CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.4%

R = 11.75%
G = 22.86%
B = 65.4%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2548CE (or 0x2548CE) is known color: Cerulean Blue. HEX triplet: 25, 48 and CE. RGB value is (37,72,206). Sum of RGB (Red+Green+Blue) = 37+72+206=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #2548CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2548CE is #DAB731. Grayscale: #4C4C4C. Windows color (decimal): -14333746 or 13518885. OLE color: 13518885.

HSL color Cylindrical-coordinate representation of color #2548CE: hue angle of 227.57º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2548CE is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 72 206 -
CMYK 0.82 0.65 0 0.19
HSL 227.57º 0.7% 0.48% -
HSV(B) 227.57º 0.82% 0.81% -
XYZ 14.22 9.48 59.47 -
YUV 76.81 200.9 99.6 -
System Red Green Blue C M Y K H S L
Decimal 37 72 206 0.82 0.65 0 0.19 227.57 0.7 0.48
Hex 25 48 CE 52 41 0 13 E4 46 30
Octal 45 110 316 122 101 0 23 344 106 60
Binary 100101 1001000 11001110 1010010 1000001 0 10011 11100100 1000110 110000

Color Harmonies of #2548CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2548CE

Black with #2548CE

Text Example


Text Example

White with #2548CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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