Html Css Color HEX #2548CB Cerulean Blue

📋 copy color: '#2548CB'

red 37 ◦ green 72 ◦ blue 203

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

Shades of Cerulean Blue #2548CB

Tints of Cerulean Blue #2548CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 65.06%

R = 11.86%
G = 23.08%
B = 65.06%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2548CB (or 0x2548CB) is known color: Cerulean Blue. HEX triplet: 25, 48 and CB. RGB value is (37,72,203). Sum of RGB (Red+Green+Blue) = 37+72+203=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #2548CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2548CB is #DAB734. Grayscale: #4B4B4B. Windows color (decimal): -14333749 or 13322277. OLE color: 13322277.

HSL color Cylindrical-coordinate representation of color #2548CB: hue angle of 227.35º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2548CB is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 72 203 -
CMYK 0.82 0.65 0 0.20
HSL 227.35º 0.69% 0.47% -
HSV(B) 227.35º 0.82% 0.8% -
XYZ 13.86 9.34 57.57 -
YUV 76.47 199.4 99.85 -
System Red Green Blue C M Y K H S L
Decimal 37 72 203 0.82 0.65 0 0.20 227.35 0.69 0.47
Hex 25 48 CB 52 41 0 14 E3 45 2F
Octal 45 110 313 122 101 0 24 343 105 57
Binary 100101 1001000 11001011 1010010 1000001 0 10100 11100011 1000101 101111

Color Harmonies of #2548CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2548CB

Black with #2548CB

Text Example


Text Example

White with #2548CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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