Html Css Color HEX #2548DF Cerulean Blue

📋 copy color: '#2548DF'

red 37 ◦ green 72 ◦ blue 223

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

Shades of Cerulean Blue #2548DF

Tints of Cerulean Blue #2548DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.17%

R = 11.14%
G = 21.69%
B = 67.17%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2548DF (or 0x2548DF) is known color: Cerulean Blue. HEX triplet: 25, 48 and DF. RGB value is (37,72,223). Sum of RGB (Red+Green+Blue) = 37+72+223=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #2548DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2548DF is #DAB720. Grayscale: #4E4E4E. Windows color (decimal): -14333729 or 14632997. OLE color: 14632997.

HSL color Cylindrical-coordinate representation of color #2548DF: hue angle of 228.71º degrees, saturation: 0.74, 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 #2548DF is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 72 223 -
CMYK 0.83 0.68 0 0.13
HSL 228.71º 0.74% 0.51% -
HSV(B) 228.71º 0.83% 0.87% -
XYZ 16.4 10.36 70.95 -
YUV 78.75 209.4 98.22 -
System Red Green Blue C M Y K H S L
Decimal 37 72 223 0.83 0.68 0 0.13 228.71 0.74 0.51
Hex 25 48 DF 53 44 0 D E5 4A 33
Octal 45 110 337 123 104 0 15 345 112 63
Binary 100101 1001000 11011111 1010011 1000100 0 1101 11100101 1001010 110011

Color Harmonies of #2548DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2548DF

Black with #2548DF

Text Example


Text Example

White with #2548DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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