Html Css Color HEX #254EF0 Royal Blue

📋 copy color: '#254EF0'

red 37 ◦ green 78 ◦ blue 240

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

Shades of Royal Blue #254EF0

Tints of Royal Blue #254EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 67.61%

R = 10.42%
G = 21.97%
B = 67.61%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#254EF0 (or 0x254EF0) is known color: Royal Blue. HEX triplet: 25, 4E and F0. RGB value is (37,78,240). Sum of RGB (Red+Green+Blue) = 37+78+240=355 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.42% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 240 (94.14% from 255 or 67.61% from 355); Max value from RGB is 240 - color contains mainly: blue. Hex color #254EF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254EF0 is #DAB10F. Grayscale: #535353. Windows color (decimal): -14332176 or 15748645. OLE color: 15748645.

HSL color Cylindrical-coordinate representation of color #254EF0: hue angle of 227.88º degrees, saturation: 0.87, 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 #254EF0 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 78 240 -
CMYK 0.85 0.68 0 0.06
HSL 227.88º 0.87% 0.54% -
HSV(B) 227.88º 0.85% 0.94% -
XYZ 19.22 12.13 83.77 -
YUV 84.21 215.92 94.33 -
System Red Green Blue C M Y K H S L
Decimal 37 78 240 0.85 0.68 0 0.06 227.88 0.87 0.54
Hex 25 4E F0 55 44 0 6 E4 57 36
Octal 45 116 360 125 104 0 6 344 127 66
Binary 100101 1001110 11110000 1010101 1000100 0 110 11100100 1010111 110110

Color Harmonies of #254EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254EF0

Black with #254EF0

Text Example


Text Example

White with #254EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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