Html Css Color HEX #457FFC Royal Blue

📋 copy color: '#457FFC'

red 69 ◦ green 127 ◦ blue 252

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

Shades of Royal Blue #457FFC

Tints of Royal Blue #457FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 28.35%

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

R = 15.4%
G = 28.35%
B = 56.25%

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

#457FFC (or 0x457FFC) is known color: Royal Blue. HEX triplet: 45, 7F and FC. RGB value is (69,127,252). Sum of RGB (Red+Green+Blue) = 69+127+252=448 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.40% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #457FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457FFC is #BA8003. Grayscale: #7B7B7B. Windows color (decimal): -12222468 or 16547653. OLE color: 16547653.

HSL color Cylindrical-coordinate representation of color #457FFC: hue angle of 220.98º 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 #457FFC is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 69 127 252 -
CMYK 0.73 0.50 0 0.01
HSL 220.98º 0.97% 0.63% -
HSV(B) 220.98º 0.73% 0.99% -
XYZ 27.61 23.47 95.17 -
YUV 123.91 200.28 88.84 -
System Red Green Blue C M Y K H S L
Decimal 69 127 252 0.73 0.50 0 0.01 220.98 0.97 0.63
Hex 45 7F FC 49 32 0 1 DD 61 3F
Octal 105 177 374 111 62 0 1 335 141 77
Binary 1000101 1111111 11111100 1001001 110010 0 1 11011101 1100001 111111

Color Harmonies of #457FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457FFC

Black with #457FFC

Text Example


Text Example

White with #457FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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