Html Css Color HEX #2546DE Cerulean Blue

📋 copy color: '#2546DE'

red 37 ◦ green 70 ◦ blue 222

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

Shades of Cerulean Blue #2546DE

Tints of Cerulean Blue #2546DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 67.48%

R = 11.25%
G = 21.28%
B = 67.48%

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

#2546DE (or 0x2546DE) is known color: Cerulean Blue. HEX triplet: 25, 46 and DE. RGB value is (37,70,222). Sum of RGB (Red+Green+Blue) = 37+70+222=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 222 (87.11% from 255 or 67.48% from 329); Max value from RGB is 222 - color contains mainly: blue. Hex color #2546DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2546DE is #DAB921. Grayscale: #4C4C4C. Windows color (decimal): -14334242 or 14566949. OLE color: 14566949.

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

Color convert

RGB 37 70 222 -
CMYK 0.83 0.68 0 0.13
HSL 229.3º 0.74% 0.51% -
HSV(B) 229.3º 0.83% 0.87% -
XYZ 16.14 10.05 70.2 -
YUV 77.46 209.57 99.14 -
System Red Green Blue C M Y K H S L
Decimal 37 70 222 0.83 0.68 0 0.13 229.3 0.74 0.51
Hex 25 46 DE 53 44 0 D E5 4A 33
Octal 45 106 336 123 104 0 15 345 112 63
Binary 100101 1000110 11011110 1010011 1000100 0 1101 11100101 1001010 110011

Color Harmonies of #2546DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2546DE

Black with #2546DE

Text Example


Text Example

White with #2546DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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