Html Css Color HEX #254EAE Cerulean Blue

📋 copy color: '#254EAE'

red 37 ◦ green 78 ◦ blue 174

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

Shades of Cerulean Blue #254EAE

Tints of Cerulean Blue #254EAE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.99%

 BLUE value IS 174 (68.36% from 255) = 60.21%

R = 12.8%
G = 26.99%
B = 60.21%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#254EAE (or 0x254EAE) is known color: Cerulean Blue. HEX triplet: 25, 4E and AE. RGB value is (37,78,174). Sum of RGB (Red+Green+Blue) = 37+78+174=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #254EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254EAE is #DAB151. Grayscale: #4C4C4C. Windows color (decimal): -14332242 or 11423269. OLE color: 11423269.

HSL color Cylindrical-coordinate representation of color #254EAE: hue angle of 222.04º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #254EAE is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 78 174 -
CMYK 0.79 0.55 0 0.32
HSL 222.04º 0.65% 0.41% -
HSV(B) 222.04º 0.79% 0.68% -
XYZ 11.13 8.9 41.18 -
YUV 76.69 182.92 99.69 -
System Red Green Blue C M Y K H S L
Decimal 37 78 174 0.79 0.55 0 0.32 222.04 0.65 0.41
Hex 25 4E AE 4F 37 0 20 DE 41 29
Octal 45 116 256 117 67 0 40 336 101 51
Binary 100101 1001110 10101110 1001111 110111 0 100000 11011110 1000001 101001

Color Harmonies of #254EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254EAE

Black with #254EAE

Text Example


Text Example

White with #254EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254EAE; }

 p { color: rgb(37,78,174); }

 H1.HeaderClassName
 {
   color: #254EAE;
 }
 .AnyTagClassName
 {
   color: #254EAE;
 }
</style>

background-color css

<style>
 a { background-color: #254EAE; }

 a { background-color: rgb(37,78,174); }

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

border-color css

<style>
 span { border-color: #254EAE; }

 span { border-color: rgb(37,78,174); }

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