Html Css Color HEX #456CD2 Royal Blue

📋 copy color: '#456CD2'

red 69 ◦ green 108 ◦ blue 210

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

Shades of Royal Blue #456CD2

Tints of Royal Blue #456CD2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.91%

 BLUE value IS 210 (82.42% from 255) = 54.26%

R = 17.83%
G = 27.91%
B = 54.26%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#456CD2 (or 0x456CD2) is known color: Royal Blue. HEX triplet: 45, 6C and D2. RGB value is (69,108,210). Sum of RGB (Red+Green+Blue) = 69+108+210=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 210 (82.42% from 255 or 54.26% from 387); Max value from RGB is 210 - color contains mainly: blue. Hex color #456CD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456CD2 is #BA932D. Grayscale: #6B6B6B. Windows color (decimal): -12227374 or 13790277. OLE color: 13790277.

HSL color Cylindrical-coordinate representation of color #456CD2: hue angle of 223.4º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #456CD2 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 69 108 210 -
CMYK 0.67 0.49 0 0.18
HSL 223.4º 0.61% 0.55% -
HSV(B) 223.4º 0.67% 0.82% -
XYZ 19.45 16.64 63.16 -
YUV 107.97 185.58 100.21 -
System Red Green Blue C M Y K H S L
Decimal 69 108 210 0.67 0.49 0 0.18 223.4 0.61 0.55
Hex 45 6C D2 43 31 0 12 DF 3D 37
Octal 105 154 322 103 61 0 22 337 75 67
Binary 1000101 1101100 11010010 1000011 110001 0 10010 11011111 111101 110111

Color Harmonies of #456CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456CD2

Black with #456CD2

Text Example


Text Example

White with #456CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,108,210); }

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

background-color css

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

 a { background-color: rgb(69,108,210); }

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

border-color css

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

 span { border-color: rgb(69,108,210); }

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