Html Css Color HEX #456FDE Royal Blue

📋 copy color: '#456FDE'

red 69 ◦ green 111 ◦ blue 222

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

Shades of Royal Blue #456FDE

Tints of Royal Blue #456FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.22%

R = 17.16%
G = 27.61%
B = 55.22%

CMYK

 C value IS 0.69

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#456FDE (or 0x456FDE) is known color: Royal Blue. HEX triplet: 45, 6F and DE. RGB value is (69,111,222). Sum of RGB (Red+Green+Blue) = 69+111+222=402 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.16% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #456FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456FDE is #BA9021. Grayscale: #6E6E6E. Windows color (decimal): -12226594 or 14577477. OLE color: 14577477.

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

Color convert

RGB 69 111 222 -
CMYK 0.69 0.5 0 0.13
HSL 223.53º 0.7% 0.57% -
HSV(B) 223.53º 0.69% 0.87% -
XYZ 21.32 17.91 71.44 -
YUV 111.1 190.59 97.97 -
System Red Green Blue C M Y K H S L
Decimal 69 111 222 0.69 0.5 0 0.13 223.53 0.7 0.57
Hex 45 6F DE 45 32 0 D E0 46 39
Octal 105 157 336 105 62 0 15 340 106 71
Binary 1000101 1101111 11011110 1000101 110010 0 1101 11100000 1000110 111001

Color Harmonies of #456FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456FDE

Black with #456FDE

Text Example


Text Example

White with #456FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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