Html Css Color HEX #457BDC Royal Blue

📋 copy color: '#457BDC'

red 69 ◦ green 123 ◦ blue 220

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

Shades of Royal Blue #457BDC

Tints of Royal Blue #457BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.4%

R = 16.75%
G = 29.85%
B = 53.4%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#457BDC (or 0x457BDC) is known color: Royal Blue. HEX triplet: 45, 7B and DC. RGB value is (69,123,220). Sum of RGB (Red+Green+Blue) = 69+123+220=412 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.75% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #457BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457BDC is #BA8423. Grayscale: #757575. Windows color (decimal): -12223524 or 14449477. OLE color: 14449477.

HSL color Cylindrical-coordinate representation of color #457BDC: hue angle of 218.54º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #457BDC is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 123 220 -
CMYK 0.69 0.44 0 0.14
HSL 218.54º 0.68% 0.57% -
HSV(B) 218.54º 0.69% 0.86% -
XYZ 22.46 20.6 70.5 -
YUV 117.91 185.61 93.11 -
System Red Green Blue C M Y K H S L
Decimal 69 123 220 0.69 0.44 0 0.14 218.54 0.68 0.57
Hex 45 7B DC 45 2C 0 E DB 44 39
Octal 105 173 334 105 54 0 16 333 104 71
Binary 1000101 1111011 11011100 1000101 101100 0 1110 11011011 1000100 111001

Color Harmonies of #457BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457BDC

Black with #457BDC

Text Example


Text Example

White with #457BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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