Html Css Color HEX #254EE7 Royal Blue

📋 copy color: '#254EE7'

red 37 ◦ green 78 ◦ blue 231

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

Shades of Royal Blue #254EE7

Tints of Royal Blue #254EE7

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.54%

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

R = 10.69%
G = 22.54%
B = 66.76%

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

#254EE7 (or 0x254EE7) is known color: Royal Blue. HEX triplet: 25, 4E and E7. RGB value is (37,78,231). Sum of RGB (Red+Green+Blue) = 37+78+231=346 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.69% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 231 (90.62% from 255 or 66.76% from 346); Max value from RGB is 231 - color contains mainly: blue. Hex color #254EE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254EE7 is #DAB118. Grayscale: #525252. Windows color (decimal): -14332185 or 15158821. OLE color: 15158821.

HSL color Cylindrical-coordinate representation of color #254EE7: hue angle of 227.32º 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 #254EE7 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 37 78 231 -
CMYK 0.84 0.66 0 0.09
HSL 227.32º 0.8% 0.53% -
HSV(B) 227.32º 0.84% 0.91% -
XYZ 17.91 11.61 76.9 -
YUV 83.18 211.42 95.06 -
System Red Green Blue C M Y K H S L
Decimal 37 78 231 0.84 0.66 0 0.09 227.32 0.8 0.53
Hex 25 4E E7 54 42 0 9 E3 50 35
Octal 45 116 347 124 102 0 11 343 120 65
Binary 100101 1001110 11100111 1010100 1000010 0 1001 11100011 1010000 110101

Color Harmonies of #254EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254EE7

Black with #254EE7

Text Example


Text Example

White with #254EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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