Html Css Color HEX #254CE7 Royal Blue

📋 copy color: '#254CE7'

red 37 ◦ green 76 ◦ blue 231

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

Shades of Royal Blue #254CE7

Tints of Royal Blue #254CE7

RGB

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

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

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

R = 10.76%
G = 22.09%
B = 67.15%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#254CE7 (or 0x254CE7) is known color: Royal Blue. HEX triplet: 25, 4C and E7. RGB value is (37,76,231). Sum of RGB (Red+Green+Blue) = 37+76+231=344 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.76% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 231 (90.62% from 255 or 67.15% from 344); Max value from RGB is 231 - color contains mainly: blue. Hex color #254CE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254CE7 is #DAB318. Grayscale: #515151. Windows color (decimal): -14332697 or 15158309. OLE color: 15158309.

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

Color convert

RGB 37 76 231 -
CMYK 0.84 0.67 0 0.09
HSL 227.94º 0.8% 0.53% -
HSV(B) 227.94º 0.84% 0.91% -
XYZ 17.77 11.33 76.85 -
YUV 82.01 212.08 95.9 -
System Red Green Blue C M Y K H S L
Decimal 37 76 231 0.84 0.67 0 0.09 227.94 0.8 0.53
Hex 25 4C E7 54 43 0 9 E4 50 35
Octal 45 114 347 124 103 0 11 344 120 65
Binary 100101 1001100 11100111 1010100 1000011 0 1001 11100100 1010000 110101

Color Harmonies of #254CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254CE7

Black with #254CE7

Text Example


Text Example

White with #254CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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