Html Css Color HEX #254EEF Royal Blue

📋 copy color: '#254EEF'

red 37 ◦ green 78 ◦ blue 239

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

Shades of Royal Blue #254EEF

Tints of Royal Blue #254EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.51%

R = 10.45%
G = 22.03%
B = 67.51%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#254EEF (or 0x254EEF) is known color: Royal Blue. HEX triplet: 25, 4E and EF. RGB value is (37,78,239). Sum of RGB (Red+Green+Blue) = 37+78+239=354 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.45% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #254EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254EEF is #DAB110. Grayscale: #535353. Windows color (decimal): -14332177 or 15683109. OLE color: 15683109.

HSL color Cylindrical-coordinate representation of color #254EEF: hue angle of 227.82º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #254EEF is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 78 239 -
CMYK 0.85 0.67 0 0.06
HSL 227.82º 0.86% 0.54% -
HSV(B) 227.82º 0.85% 0.94% -
XYZ 19.07 12.07 82.99 -
YUV 84.1 215.42 94.41 -
System Red Green Blue C M Y K H S L
Decimal 37 78 239 0.85 0.67 0 0.06 227.82 0.86 0.54
Hex 25 4E EF 55 43 0 6 E4 56 36
Octal 45 116 357 125 103 0 6 344 126 66
Binary 100101 1001110 11101111 1010101 1000011 0 110 11100100 1010110 110110

Color Harmonies of #254EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254EEF

Black with #254EEF

Text Example


Text Example

White with #254EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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