Html Css Color HEX #2546DB Cerulean Blue

📋 copy color: '#2546DB'

red 37 ◦ green 70 ◦ blue 219

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

Shades of Cerulean Blue #2546DB

Tints of Cerulean Blue #2546DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.47%

 BLUE value IS 219 (85.94% from 255) = 67.18%

R = 11.35%
G = 21.47%
B = 67.18%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2546DB (or 0x2546DB) is known color: Cerulean Blue. HEX triplet: 25, 46 and DB. RGB value is (37,70,219). Sum of RGB (Red+Green+Blue) = 37+70+219=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #2546DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2546DB is #DAB924. Grayscale: #4C4C4C. Windows color (decimal): -14334245 or 14370341. OLE color: 14370341.

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

Color convert

RGB 37 70 219 -
CMYK 0.83 0.68 0 0.14
HSL 229.12º 0.72% 0.5% -
HSV(B) 229.12º 0.83% 0.86% -
XYZ 15.74 9.89 68.1 -
YUV 77.12 208.07 99.38 -
System Red Green Blue C M Y K H S L
Decimal 37 70 219 0.83 0.68 0 0.14 229.12 0.72 0.5
Hex 25 46 DB 53 44 0 E E5 48 32
Octal 45 106 333 123 104 0 16 345 110 62
Binary 100101 1000110 11011011 1010011 1000100 0 1110 11100101 1001000 110010

Color Harmonies of #2546DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2546DB

Black with #2546DB

Text Example


Text Example

White with #2546DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2546DB; }

 p { color: rgb(37,70,219); }

 H1.HeaderClassName
 {
   color: #2546DB;
 }
 .AnyTagClassName
 {
   color: #2546DB;
 }
</style>

background-color css

<style>
 a { background-color: #2546DB; }

 a { background-color: rgb(37,70,219); }

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

border-color css

<style>
 span { border-color: #2546DB; }

 span { border-color: rgb(37,70,219); }

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