Html Css Color HEX #254EAC Cerulean Blue

📋 copy color: '#254EAC'

red 37 ◦ green 78 ◦ blue 172

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

Shades of Cerulean Blue #254EAC

Tints of Cerulean Blue #254EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.93%

R = 12.89%
G = 27.18%
B = 59.93%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#254EAC (or 0x254EAC) is known color: Cerulean Blue. HEX triplet: 25, 4E and AC. RGB value is (37,78,172). Sum of RGB (Red+Green+Blue) = 37+78+172=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #254EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254EAC is #DAB153. Grayscale: #4C4C4C. Windows color (decimal): -14332244 or 11292197. OLE color: 11292197.

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

Color convert

RGB 37 78 172 -
CMYK 0.78 0.55 0 0.33
HSL 221.78º 0.65% 0.41% -
HSV(B) 221.78º 0.78% 0.67% -
XYZ 10.93 8.82 40.16 -
YUV 76.46 181.92 99.86 -
System Red Green Blue C M Y K H S L
Decimal 37 78 172 0.78 0.55 0 0.33 221.78 0.65 0.41
Hex 25 4E AC 4E 37 0 21 DE 41 29
Octal 45 116 254 116 67 0 41 336 101 51
Binary 100101 1001110 10101100 1001110 110111 0 100001 11011110 1000001 101001

Color Harmonies of #254EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254EAC

Black with #254EAC

Text Example


Text Example

White with #254EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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