Html Css Color HEX #2547DE Cerulean Blue

📋 copy color: '#2547DE'

red 37 ◦ green 71 ◦ blue 222

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

Shades of Cerulean Blue #2547DE

Tints of Cerulean Blue #2547DE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.52%

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

R = 11.21%
G = 21.52%
B = 67.27%

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

#2547DE (or 0x2547DE) is known color: Cerulean Blue. HEX triplet: 25, 47 and DE. RGB value is (37,71,222). Sum of RGB (Red+Green+Blue) = 37+71+222=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 222 (87.11% from 255 or 67.27% from 330); Max value from RGB is 222 - color contains mainly: blue. Hex color #2547DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2547DE is #DAB821. Grayscale: #4D4D4D. Windows color (decimal): -14333986 or 14567205. OLE color: 14567205.

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

Color convert

RGB 37 71 222 -
CMYK 0.83 0.68 0 0.13
HSL 228.97º 0.74% 0.51% -
HSV(B) 228.97º 0.83% 0.87% -
XYZ 16.2 10.17 70.22 -
YUV 78.05 209.24 98.72 -
System Red Green Blue C M Y K H S L
Decimal 37 71 222 0.83 0.68 0 0.13 228.97 0.74 0.51
Hex 25 47 DE 53 44 0 D E5 4A 33
Octal 45 107 336 123 104 0 15 345 112 63
Binary 100101 1000111 11011110 1010011 1000100 0 1101 11100101 1001010 110011

Color Harmonies of #2547DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2547DE

Black with #2547DE

Text Example


Text Example

White with #2547DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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