Html Css Color HEX #456DFD Royal Blue

📋 copy color: '#456DFD'

red 69 ◦ green 109 ◦ blue 253

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

Shades of Royal Blue #456DFD

Tints of Royal Blue #456DFD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.29%

 BLUE value IS 253 (99.22% from 255) = 58.7%

R = 16.01%
G = 25.29%
B = 58.7%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#456DFD (or 0x456DFD) is known color: Royal Blue. HEX triplet: 45, 6D and FD. RGB value is (69,109,253). Sum of RGB (Red+Green+Blue) = 69+109+253=431 (57% of max value = 765). Red value is 69 (27.34% from 255 or 16.01% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #456DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456DFD is #BA9202. Grayscale: #707070. Windows color (decimal): -12227075 or 16608581. OLE color: 16608581.

HSL color Cylindrical-coordinate representation of color #456DFD: hue angle of 226.96º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #456DFD is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 69 109 253 -
CMYK 0.73 0.57 0 0.01
HSL 226.96º 0.98% 0.63% -
HSV(B) 226.96º 0.73% 0.99% -
XYZ 25.65 19.29 95.3 -
YUV 113.46 206.75 96.29 -
System Red Green Blue C M Y K H S L
Decimal 69 109 253 0.73 0.57 0 0.01 226.96 0.98 0.63
Hex 45 6D FD 49 39 0 1 E3 62 3F
Octal 105 155 375 111 71 0 1 343 142 77
Binary 1000101 1101101 11111101 1001001 111001 0 1 11100011 1100010 111111

Color Harmonies of #456DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456DFD

Black with #456DFD

Text Example


Text Example

White with #456DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,109,253); }

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

background-color css

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

 a { background-color: rgb(69,109,253); }

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

border-color css

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

 span { border-color: rgb(69,109,253); }

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