Html Css Color HEX #457BDD Royal Blue

📋 copy color: '#457BDD'

red 69 ◦ green 123 ◦ blue 221

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

Shades of Royal Blue #457BDD

Tints of Royal Blue #457BDD

RGB

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

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

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

R = 16.71%
G = 29.78%
B = 53.51%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#457BDD (or 0x457BDD) is known color: Royal Blue. HEX triplet: 45, 7B and DD. RGB value is (69,123,221). Sum of RGB (Red+Green+Blue) = 69+123+221=413 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.71% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #457BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457BDD is #BA8422. Grayscale: #757575. Windows color (decimal): -12223523 or 14515013. OLE color: 14515013.

HSL color Cylindrical-coordinate representation of color #457BDD: hue angle of 218.68º 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 #457BDD is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 123 221 -
CMYK 0.69 0.44 0 0.13
HSL 218.68º 0.69% 0.57% -
HSV(B) 218.68º 0.69% 0.87% -
XYZ 22.59 20.65 71.2 -
YUV 118.03 186.11 93.03 -
System Red Green Blue C M Y K H S L
Decimal 69 123 221 0.69 0.44 0 0.13 218.68 0.69 0.57
Hex 45 7B DD 45 2C 0 D DB 45 39
Octal 105 173 335 105 54 0 15 333 105 71
Binary 1000101 1111011 11011101 1000101 101100 0 1101 11011011 1000101 111001

Color Harmonies of #457BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457BDD

Black with #457BDD

Text Example


Text Example

White with #457BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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