Html Css Color HEX #254FE5 Royal Blue

📋 copy color: '#254FE5'

red 37 ◦ green 79 ◦ blue 229

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

Shades of Royal Blue #254FE5

Tints of Royal Blue #254FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 66.38%

R = 10.72%
G = 22.9%
B = 66.38%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#254FE5 (or 0x254FE5) is known color: Royal Blue. HEX triplet: 25, 4F and E5. RGB value is (37,79,229). Sum of RGB (Red+Green+Blue) = 37+79+229=345 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.72% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 229 (89.84% from 255 or 66.38% from 345); Max value from RGB is 229 - color contains mainly: blue. Hex color #254FE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254FE5 is #DAB01A. Grayscale: #525252. Windows color (decimal): -14331931 or 15028005. OLE color: 15028005.

HSL color Cylindrical-coordinate representation of color #254FE5: hue angle of 226.88º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #254FE5 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 37 79 229 -
CMYK 0.84 0.66 0 0.10
HSL 226.88º 0.79% 0.52% -
HSV(B) 226.88º 0.84% 0.9% -
XYZ 17.7 11.64 75.44 -
YUV 83.54 210.09 94.8 -
System Red Green Blue C M Y K H S L
Decimal 37 79 229 0.84 0.66 0 0.10 226.88 0.79 0.52
Hex 25 4F E5 54 42 0 A E3 4F 34
Octal 45 117 345 124 102 0 12 343 117 64
Binary 100101 1001111 11100101 1010100 1000010 0 1010 11100011 1001111 110100

Color Harmonies of #254FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254FE5

Black with #254FE5

Text Example


Text Example

White with #254FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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