Html Css Color HEX #254EEA Royal Blue

📋 copy color: '#254EEA'

red 37 ◦ green 78 ◦ blue 234

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

Shades of Royal Blue #254EEA

Tints of Royal Blue #254EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 67.05%

R = 10.6%
G = 22.35%
B = 67.05%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#254EEA (or 0x254EEA) is known color: Royal Blue. HEX triplet: 25, 4E and EA. RGB value is (37,78,234). Sum of RGB (Red+Green+Blue) = 37+78+234=349 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.60% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 234 (91.80% from 255 or 67.05% from 349); Max value from RGB is 234 - color contains mainly: blue. Hex color #254EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254EEA is #DAB115. Grayscale: #525252. Windows color (decimal): -14332182 or 15355429. OLE color: 15355429.

HSL color Cylindrical-coordinate representation of color #254EEA: hue angle of 227.51º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #254EEA is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 78 234 -
CMYK 0.84 0.67 0 0.08
HSL 227.51º 0.82% 0.53% -
HSV(B) 227.51º 0.84% 0.92% -
XYZ 18.34 11.78 79.15 -
YUV 83.53 212.92 94.82 -
System Red Green Blue C M Y K H S L
Decimal 37 78 234 0.84 0.67 0 0.08 227.51 0.82 0.53
Hex 25 4E EA 54 43 0 8 E4 52 35
Octal 45 116 352 124 103 0 10 344 122 65
Binary 100101 1001110 11101010 1010100 1000011 0 1000 11100100 1010010 110101

Color Harmonies of #254EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254EEA

Black with #254EEA

Text Example


Text Example

White with #254EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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