Html Css Color HEX #254FE7 Royal Blue

📋 copy color: '#254FE7'

red 37 ◦ green 79 ◦ blue 231

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

Shades of Royal Blue #254FE7

Tints of Royal Blue #254FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 66.57%

R = 10.66%
G = 22.77%
B = 66.57%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#254FE7 (or 0x254FE7) is known color: Royal Blue. HEX triplet: 25, 4F and E7. RGB value is (37,79,231). Sum of RGB (Red+Green+Blue) = 37+79+231=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 231 (90.62% from 255 or 66.57% from 347); Max value from RGB is 231 - color contains mainly: blue. Hex color #254FE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254FE7 is #DAB018. Grayscale: #535353. Windows color (decimal): -14331929 or 15159077. OLE color: 15159077.

HSL color Cylindrical-coordinate representation of color #254FE7: hue angle of 227.01º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #254FE7 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 37 79 231 -
CMYK 0.84 0.66 0 0.09
HSL 227.01º 0.8% 0.53% -
HSV(B) 227.01º 0.84% 0.91% -
XYZ 17.98 11.75 76.92 -
YUV 83.77 211.09 94.64 -
System Red Green Blue C M Y K H S L
Decimal 37 79 231 0.84 0.66 0 0.09 227.01 0.8 0.53
Hex 25 4F E7 54 42 0 9 E3 50 35
Octal 45 117 347 124 102 0 11 343 120 65
Binary 100101 1001111 11100111 1010100 1000010 0 1001 11100011 1010000 110101

Color Harmonies of #254FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254FE7

Black with #254FE7

Text Example


Text Example

White with #254FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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