Html Css Color HEX #254FED Royal Blue

📋 copy color: '#254FED'

red 37 ◦ green 79 ◦ blue 237

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

Shades of Royal Blue #254FED

Tints of Royal Blue #254FED

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.38%

 BLUE value IS 237 (92.97% from 255) = 67.14%

R = 10.48%
G = 22.38%
B = 67.14%

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

#254FED (or 0x254FED) is known color: Royal Blue. HEX triplet: 25, 4F and ED. RGB value is (37,79,237). Sum of RGB (Red+Green+Blue) = 37+79+237=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #254FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254FED is #DAB012. Grayscale: #535353. Windows color (decimal): -14331923 or 15552293. OLE color: 15552293.

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

Color convert

RGB 37 79 237 -
CMYK 0.84 0.67 0 0.07
HSL 227.4º 0.85% 0.54% -
HSV(B) 227.4º 0.84% 0.93% -
XYZ 18.84 12.1 81.46 -
YUV 84.45 214.09 94.15 -
System Red Green Blue C M Y K H S L
Decimal 37 79 237 0.84 0.67 0 0.07 227.4 0.85 0.54
Hex 25 4F ED 54 43 0 7 E3 55 36
Octal 45 117 355 124 103 0 7 343 125 66
Binary 100101 1001111 11101101 1010100 1000011 0 111 11100011 1010101 110110

Color Harmonies of #254FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254FED

Black with #254FED

Text Example


Text Example

White with #254FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,79,237); }

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

background-color css

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

 a { background-color: rgb(37,79,237); }

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

border-color css

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

 span { border-color: rgb(37,79,237); }

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