Html Css Color HEX #254CAA Cerulean Blue

📋 copy color: '#254CAA'

red 37 ◦ green 76 ◦ blue 170

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

Shades of Cerulean Blue #254CAA

Tints of Cerulean Blue #254CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.86%

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

R = 13.07%
G = 26.86%
B = 60.07%

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

#254CAA (or 0x254CAA) is known color: Cerulean Blue. HEX triplet: 25, 4C and AA. RGB value is (37,76,170). Sum of RGB (Red+Green+Blue) = 37+76+170=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #254CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254CAA is #DAB355. Grayscale: #4A4A4A. Windows color (decimal): -14332758 or 11160613. OLE color: 11160613.

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

Color convert

RGB 37 76 170 -
CMYK 0.78 0.55 0 0.33
HSL 222.41º 0.64% 0.41% -
HSV(B) 222.41º 0.78% 0.67% -
XYZ 10.6 8.46 39.11 -
YUV 75.06 181.58 100.86 -
System Red Green Blue C M Y K H S L
Decimal 37 76 170 0.78 0.55 0 0.33 222.41 0.64 0.41
Hex 25 4C AA 4E 37 0 21 DE 40 29
Octal 45 114 252 116 67 0 41 336 100 51
Binary 100101 1001100 10101010 1001110 110111 0 100001 11011110 1000000 101001

Color Harmonies of #254CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254CAA

Black with #254CAA

Text Example


Text Example

White with #254CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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