Html Css Color HEX #457DFC Royal Blue

📋 copy color: '#457DFC'

red 69 ◦ green 125 ◦ blue 252

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

Shades of Royal Blue #457DFC

Tints of Royal Blue #457DFC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.03%

 BLUE value IS 252 (98.83% from 255) = 56.5%

R = 15.47%
G = 28.03%
B = 56.5%

CMYK

 C value IS 0.73

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#457DFC (or 0x457DFC) is known color: Royal Blue. HEX triplet: 45, 7D and FC. RGB value is (69,125,252). Sum of RGB (Red+Green+Blue) = 69+125+252=446 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.47% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #457DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457DFC is #BA8203. Grayscale: #7A7A7A. Windows color (decimal): -12222980 or 16547141. OLE color: 16547141.

HSL color Cylindrical-coordinate representation of color #457DFC: hue angle of 221.64º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #457DFC is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 69 125 252 -
CMYK 0.73 0.50 0 0.01
HSL 221.64º 0.97% 0.63% -
HSV(B) 221.64º 0.73% 0.99% -
XYZ 27.36 22.96 95.09 -
YUV 122.73 200.95 89.67 -
System Red Green Blue C M Y K H S L
Decimal 69 125 252 0.73 0.50 0 0.01 221.64 0.97 0.63
Hex 45 7D FC 49 32 0 1 DE 61 3F
Octal 105 175 374 111 62 0 1 336 141 77
Binary 1000101 1111101 11111100 1001001 110010 0 1 11011110 1100001 111111

Color Harmonies of #457DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457DFC

Black with #457DFC

Text Example


Text Example

White with #457DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,125,252); }

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

background-color css

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

 a { background-color: rgb(69,125,252); }

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

border-color css

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

 span { border-color: rgb(69,125,252); }

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