Html Css Color HEX #254FAA Cerulean Blue

📋 copy color: '#254FAA'

red 37 ◦ green 79 ◦ blue 170

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

Shades of Cerulean Blue #254FAA

Tints of Cerulean Blue #254FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.62%

 BLUE value IS 170 (66.8% from 255) = 59.44%

R = 12.94%
G = 27.62%
B = 59.44%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#254FAA (or 0x254FAA) is known color: Cerulean Blue. HEX triplet: 25, 4F and AA. RGB value is (37,79,170). Sum of RGB (Red+Green+Blue) = 37+79+170=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #254FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254FAA is #DAB055. Grayscale: #4C4C4C. Windows color (decimal): -14331990 or 11161381. OLE color: 11161381.

HSL color Cylindrical-coordinate representation of color #254FAA: hue angle of 221.05º degrees, saturation: 0.64, 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 #254FAA is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 79 170 -
CMYK 0.78 0.54 0 0.33
HSL 221.05º 0.64% 0.41% -
HSV(B) 221.05º 0.78% 0.67% -
XYZ 10.81 8.89 39.18 -
YUV 76.82 180.59 99.6 -
System Red Green Blue C M Y K H S L
Decimal 37 79 170 0.78 0.54 0 0.33 221.05 0.64 0.41
Hex 25 4F AA 4E 36 0 21 DD 40 29
Octal 45 117 252 116 66 0 41 335 100 51
Binary 100101 1001111 10101010 1001110 110110 0 100001 11011101 1000000 101001

Color Harmonies of #254FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254FAA

Black with #254FAA

Text Example


Text Example

White with #254FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,79,170); }

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

background-color css

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

 a { background-color: rgb(37,79,170); }

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

border-color css

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

 span { border-color: rgb(37,79,170); }

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