Html Css Color HEX #2545DC Cerulean Blue

📋 copy color: '#2545DC'

red 37 ◦ green 69 ◦ blue 220

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

Shades of Cerulean Blue #2545DC

Tints of Cerulean Blue #2545DC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.17%

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

R = 11.35%
G = 21.17%
B = 67.48%

CMYK

 C value IS 0.83

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2545DC (or 0x2545DC) is known color: Cerulean Blue. HEX triplet: 25, 45 and DC. RGB value is (37,69,220). Sum of RGB (Red+Green+Blue) = 37+69+220=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #2545DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2545DC is #DABA23. Grayscale: #4C4C4C. Windows color (decimal): -14334500 or 14435621. OLE color: 14435621.

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

Color convert

RGB 37 69 220 -
CMYK 0.83 0.69 0 0.14
HSL 229.51º 0.72% 0.5% -
HSV(B) 229.51º 0.83% 0.86% -
XYZ 15.81 9.82 68.77 -
YUV 76.65 208.9 99.72 -
System Red Green Blue C M Y K H S L
Decimal 37 69 220 0.83 0.69 0 0.14 229.51 0.72 0.5
Hex 25 45 DC 53 45 0 E E6 48 32
Octal 45 105 334 123 105 0 16 346 110 62
Binary 100101 1000101 11011100 1010011 1000101 0 1110 11100110 1001000 110010

Color Harmonies of #2545DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2545DC

Black with #2545DC

Text Example


Text Example

White with #2545DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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