Html Css Color HEX #254AEE Royal Blue

📋 copy color: '#254AEE'

red 37 ◦ green 74 ◦ blue 238

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

Shades of Royal Blue #254AEE

Tints of Royal Blue #254AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 68.19%

R = 10.6%
G = 21.2%
B = 68.19%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#254AEE (or 0x254AEE) is known color: Royal Blue. HEX triplet: 25, 4A and EE. RGB value is (37,74,238). Sum of RGB (Red+Green+Blue) = 37+74+238=349 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.60% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 238 (93.36% from 255 or 68.19% from 349); Max value from RGB is 238 - color contains mainly: blue. Hex color #254AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254AEE is #DAB511. Grayscale: #505050. Windows color (decimal): -14333202 or 15616549. OLE color: 15616549.

HSL color Cylindrical-coordinate representation of color #254AEE: hue angle of 228.96º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #254AEE is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 74 238 -
CMYK 0.84 0.69 0 0.07
HSL 228.96º 0.86% 0.54% -
HSV(B) 228.96º 0.84% 0.93% -
XYZ 18.64 11.46 82.12 -
YUV 81.63 216.24 96.16 -
System Red Green Blue C M Y K H S L
Decimal 37 74 238 0.84 0.69 0 0.07 228.96 0.86 0.54
Hex 25 4A EE 54 45 0 7 E5 56 36
Octal 45 112 356 124 105 0 7 345 126 66
Binary 100101 1001010 11101110 1010100 1000101 0 111 11100101 1010110 110110

Color Harmonies of #254AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254AEE

Black with #254AEE

Text Example


Text Example

White with #254AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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