Html Css Color HEX #457BF8 Royal Blue

📋 copy color: '#457BF8'

red 69 ◦ green 123 ◦ blue 248

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

Shades of Royal Blue #457BF8

Tints of Royal Blue #457BF8

RGB

 RED value IS 69 (27.34% from 255) = 15.68%

 GREEN value IS 123 (48.44% from 255) = 27.95%

 BLUE value IS 248 (97.27% from 255) = 56.36%

R = 15.68%
G = 27.95%
B = 56.36%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#457BF8 (or 0x457BF8) is known color: Royal Blue. HEX triplet: 45, 7B and F8. RGB value is (69,123,248). Sum of RGB (Red+Green+Blue) = 69+123+248=440 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.68% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 248 (97.27% from 255 or 56.36% from 440); Max value from RGB is 248 - color contains mainly: blue. Hex color #457BF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457BF8 is #BA8407. Grayscale: #787878. Windows color (decimal): -12223496 or 16284485. OLE color: 16284485.

HSL color Cylindrical-coordinate representation of color #457BF8: hue angle of 221.9º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #457BF8 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 69 123 248 -
CMYK 0.72 0.50 0 0.03
HSL 221.9º 0.93% 0.62% -
HSV(B) 221.9º 0.72% 0.97% -
XYZ 26.48 22.21 91.7 -
YUV 121.1 199.61 90.84 -
System Red Green Blue C M Y K H S L
Decimal 69 123 248 0.72 0.50 0 0.03 221.9 0.93 0.62
Hex 45 7B F8 48 32 0 3 DE 5D 3E
Octal 105 173 370 110 62 0 3 336 135 76
Binary 1000101 1111011 11111000 1001000 110010 0 11 11011110 1011101 111110

Color Harmonies of #457BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457BF8

Black with #457BF8

Text Example


Text Example

White with #457BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457BF8; }

 p { color: rgb(69,123,248); }

 H1.HeaderClassName
 {
   color: #457BF8;
 }
 .AnyTagClassName
 {
   color: #457BF8;
 }
</style>

background-color css

<style>
 a { background-color: #457BF8; }

 a { background-color: rgb(69,123,248); }

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

border-color css

<style>
 span { border-color: #457BF8; }

 span { border-color: rgb(69,123,248); }

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