Html Css Color HEX #456FD6 Royal Blue

📋 copy color: '#456FD6'

red 69 ◦ green 111 ◦ blue 214

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

Shades of Royal Blue #456FD6

Tints of Royal Blue #456FD6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.17%

 BLUE value IS 214 (83.98% from 255) = 54.31%

R = 17.51%
G = 28.17%
B = 54.31%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#456FD6 (or 0x456FD6) is known color: Royal Blue. HEX triplet: 45, 6F and D6. RGB value is (69,111,214). Sum of RGB (Red+Green+Blue) = 69+111+214=394 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.51% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 214 (83.98% from 255 or 54.31% from 394); Max value from RGB is 214 - color contains mainly: blue. Hex color #456FD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456FD6 is #BA9029. Grayscale: #6D6D6D. Windows color (decimal): -12226602 or 14053189. OLE color: 14053189.

HSL color Cylindrical-coordinate representation of color #456FD6: hue angle of 222.62º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #456FD6 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 69 111 214 -
CMYK 0.68 0.48 0 0.16
HSL 222.62º 0.64% 0.55% -
HSV(B) 222.62º 0.68% 0.84% -
XYZ 20.28 17.49 65.93 -
YUV 110.18 186.59 98.62 -
System Red Green Blue C M Y K H S L
Decimal 69 111 214 0.68 0.48 0 0.16 222.62 0.64 0.55
Hex 45 6F D6 44 30 0 10 DF 40 37
Octal 105 157 326 104 60 0 20 337 100 67
Binary 1000101 1101111 11010110 1000100 110000 0 10000 11011111 1000000 110111

Color Harmonies of #456FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456FD6

Black with #456FD6

Text Example


Text Example

White with #456FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456FD6; }

 p { color: rgb(69,111,214); }

 H1.HeaderClassName
 {
   color: #456FD6;
 }
 .AnyTagClassName
 {
   color: #456FD6;
 }
</style>

background-color css

<style>
 a { background-color: #456FD6; }

 a { background-color: rgb(69,111,214); }

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

border-color css

<style>
 span { border-color: #456FD6; }

 span { border-color: rgb(69,111,214); }

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