Html Css Color HEX #254EAF Cerulean Blue

📋 copy color: '#254EAF'

red 37 ◦ green 78 ◦ blue 175

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

Shades of Cerulean Blue #254EAF

Tints of Cerulean Blue #254EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.34%

R = 12.76%
G = 26.9%
B = 60.34%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#254EAF (or 0x254EAF) is known color: Cerulean Blue. HEX triplet: 25, 4E and AF. RGB value is (37,78,175). Sum of RGB (Red+Green+Blue) = 37+78+175=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #254EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254EAF is #DAB150. Grayscale: #4C4C4C. Windows color (decimal): -14332241 or 11488805. OLE color: 11488805.

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

Color convert

RGB 37 78 175 -
CMYK 0.79 0.55 0 0.31
HSL 222.17º 0.65% 0.42% -
HSV(B) 222.17º 0.79% 0.69% -
XYZ 11.23 8.94 41.69 -
YUV 76.8 183.42 99.61 -
System Red Green Blue C M Y K H S L
Decimal 37 78 175 0.79 0.55 0 0.31 222.17 0.65 0.42
Hex 25 4E AF 4F 37 0 1F DE 41 2A
Octal 45 116 257 117 67 0 37 336 101 52
Binary 100101 1001110 10101111 1001111 110111 0 11111 11011110 1000001 101010

Color Harmonies of #254EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254EAF

Black with #254EAF

Text Example


Text Example

White with #254EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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