Html Css Color HEX #456ADF Royal Blue

📋 copy color: '#456ADF'

red 69 ◦ green 106 ◦ blue 223

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

Shades of Royal Blue #456ADF

Tints of Royal Blue #456ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.63%

 BLUE value IS 223 (87.5% from 255) = 56.03%

R = 17.34%
G = 26.63%
B = 56.03%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#456ADF (or 0x456ADF) is known color: Royal Blue. HEX triplet: 45, 6A and DF. RGB value is (69,106,223). Sum of RGB (Red+Green+Blue) = 69+106+223=398 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.34% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #456ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456ADF is #BA9520. Grayscale: #6B6B6B. Windows color (decimal): -12227873 or 14641733. OLE color: 14641733.

HSL color Cylindrical-coordinate representation of color #456ADF: hue angle of 225.58º degrees, saturation: 0.71, 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 #456ADF is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 106 223 -
CMYK 0.69 0.52 0 0.13
HSL 225.58º 0.71% 0.57% -
HSV(B) 225.58º 0.69% 0.87% -
XYZ 20.93 16.9 71.97 -
YUV 108.28 192.74 99.99 -
System Red Green Blue C M Y K H S L
Decimal 69 106 223 0.69 0.52 0 0.13 225.58 0.71 0.57
Hex 45 6A DF 45 34 0 D E2 47 39
Octal 105 152 337 105 64 0 15 342 107 71
Binary 1000101 1101010 11011111 1000101 110100 0 1101 11100010 1000111 111001

Color Harmonies of #456ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456ADF

Black with #456ADF

Text Example


Text Example

White with #456ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,106,223); }

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

background-color css

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

 a { background-color: rgb(69,106,223); }

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

border-color css

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

 span { border-color: rgb(69,106,223); }

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