Html Css Color HEX #254EEC Royal Blue

📋 copy color: '#254EEC'

red 37 ◦ green 78 ◦ blue 236

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

Shades of Royal Blue #254EEC

Tints of Royal Blue #254EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 67.24%

R = 10.54%
G = 22.22%
B = 67.24%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#254EEC (or 0x254EEC) is known color: Royal Blue. HEX triplet: 25, 4E and EC. RGB value is (37,78,236). Sum of RGB (Red+Green+Blue) = 37+78+236=351 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.54% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 236 (92.58% from 255 or 67.24% from 351); Max value from RGB is 236 - color contains mainly: blue. Hex color #254EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254EEC is #DAB113. Grayscale: #535353. Windows color (decimal): -14332180 or 15486501. OLE color: 15486501.

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

Color convert

RGB 37 78 236 -
CMYK 0.84 0.67 0 0.07
HSL 227.64º 0.84% 0.54% -
HSV(B) 227.64º 0.84% 0.93% -
XYZ 18.63 11.9 80.67 -
YUV 83.75 213.92 94.65 -
System Red Green Blue C M Y K H S L
Decimal 37 78 236 0.84 0.67 0 0.07 227.64 0.84 0.54
Hex 25 4E EC 54 43 0 7 E4 54 36
Octal 45 116 354 124 103 0 7 344 124 66
Binary 100101 1001110 11101100 1010100 1000011 0 111 11100100 1010100 110110

Color Harmonies of #254EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254EEC

Black with #254EEC

Text Example


Text Example

White with #254EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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