Html Css Color HEX #254DF0 Royal Blue

📋 copy color: '#254DF0'

red 37 ◦ green 77 ◦ blue 240

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

Shades of Royal Blue #254DF0

Tints of Royal Blue #254DF0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.75%

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

R = 10.45%
G = 21.75%
B = 67.8%

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

#254DF0 (or 0x254DF0) is known color: Royal Blue. HEX triplet: 25, 4D and F0. RGB value is (37,77,240). Sum of RGB (Red+Green+Blue) = 37+77+240=354 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.45% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 240 (94.14% from 255 or 67.80% from 354); Max value from RGB is 240 - color contains mainly: blue. Hex color #254DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254DF0 is #DAB20F. Grayscale: #525252. Windows color (decimal): -14332432 or 15748389. OLE color: 15748389.

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

Color convert

RGB 37 77 240 -
CMYK 0.85 0.68 0 0.06
HSL 228.18º 0.87% 0.54% -
HSV(B) 228.18º 0.85% 0.94% -
XYZ 19.15 11.99 83.74 -
YUV 83.62 216.25 94.75 -
System Red Green Blue C M Y K H S L
Decimal 37 77 240 0.85 0.68 0 0.06 228.18 0.87 0.54
Hex 25 4D F0 55 44 0 6 E4 57 36
Octal 45 115 360 125 104 0 6 344 127 66
Binary 100101 1001101 11110000 1010101 1000100 0 110 11100100 1010111 110110

Color Harmonies of #254DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254DF0

Black with #254DF0

Text Example


Text Example

White with #254DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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