Html Css Color HEX #457FDD Royal Blue

📋 copy color: '#457FDD'

red 69 ◦ green 127 ◦ blue 221

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

Shades of Royal Blue #457FDD

Tints of Royal Blue #457FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53%

R = 16.55%
G = 30.46%
B = 53%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#457FDD (or 0x457FDD) is known color: Royal Blue. HEX triplet: 45, 7F and DD. RGB value is (69,127,221). Sum of RGB (Red+Green+Blue) = 69+127+221=417 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.55% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #457FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457FDD is #BA8022. Grayscale: #777777. Windows color (decimal): -12222499 or 14516037. OLE color: 14516037.

HSL color Cylindrical-coordinate representation of color #457FDD: hue angle of 217.11º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #457FDD is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 127 221 -
CMYK 0.69 0.43 0 0.13
HSL 217.11º 0.69% 0.57% -
HSV(B) 217.11º 0.69% 0.87% -
XYZ 23.09 21.66 71.37 -
YUV 120.37 184.78 91.36 -
System Red Green Blue C M Y K H S L
Decimal 69 127 221 0.69 0.43 0 0.13 217.11 0.69 0.57
Hex 45 7F DD 45 2B 0 D D9 45 39
Octal 105 177 335 105 53 0 15 331 105 71
Binary 1000101 1111111 11011101 1000101 101011 0 1101 11011001 1000101 111001

Color Harmonies of #457FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457FDD

Black with #457FDD

Text Example


Text Example

White with #457FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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