Html Css Color HEX #254A9D Tory Blue

📋 copy color: '#254A9D'

red 37 ◦ green 74 ◦ blue 157

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

Shades of Tory Blue #254A9D

Tints of Tory Blue #254A9D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.61%

 BLUE value IS 157 (61.72% from 255) = 58.58%

R = 13.81%
G = 27.61%
B = 58.58%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#254A9D (or 0x254A9D) is known color: Tory Blue. HEX triplet: 25, 4A and 9D. RGB value is (37,74,157). Sum of RGB (Red+Green+Blue) = 37+74+157=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #254A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254A9D is #DAB562. Grayscale: #484848. Windows color (decimal): -14333283 or 10308133. OLE color: 10308133.

HSL color Cylindrical-coordinate representation of color #254A9D: hue angle of 221.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #254A9D is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 74 157 -
CMYK 0.76 0.53 0 0.38
HSL 221.5º 0.62% 0.38% -
HSV(B) 221.5º 0.76% 0.62% -
XYZ 9.3 7.73 32.9 -
YUV 72.4 175.74 102.75 -
System Red Green Blue C M Y K H S L
Decimal 37 74 157 0.76 0.53 0 0.38 221.5 0.62 0.38
Hex 25 4A 9D 4C 35 0 26 DE 3E 26
Octal 45 112 235 114 65 0 46 336 76 46
Binary 100101 1001010 10011101 1001100 110101 0 100110 11011110 111110 100110

Color Harmonies of #254A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254A9D

Black with #254A9D

Text Example


Text Example

White with #254A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,74,157); }

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

background-color css

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

 a { background-color: rgb(37,74,157); }

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

border-color css

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

 span { border-color: rgb(37,74,157); }

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