Html Css Color HEX #456EF6 Royal Blue

📋 copy color: '#456EF6'

red 69 ◦ green 110 ◦ blue 246

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

Shades of Royal Blue #456EF6

Tints of Royal Blue #456EF6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.88%

 BLUE value IS 246 (96.48% from 255) = 57.88%

R = 16.24%
G = 25.88%
B = 57.88%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#456EF6 (or 0x456EF6) is known color: Royal Blue. HEX triplet: 45, 6E and F6. RGB value is (69,110,246). Sum of RGB (Red+Green+Blue) = 69+110+246=425 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.24% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 246 (96.48% from 255 or 57.88% from 425); Max value from RGB is 246 - color contains mainly: blue. Hex color #456EF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456EF6 is #BA9109. Grayscale: #707070. Windows color (decimal): -12226826 or 16150085. OLE color: 16150085.

HSL color Cylindrical-coordinate representation of color #456EF6: hue angle of 226.1º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #456EF6 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 69 110 246 -
CMYK 0.72 0.55 0 0.04
HSL 226.1º 0.91% 0.62% -
HSV(B) 226.1º 0.72% 0.96% -
XYZ 24.66 19.07 89.57 -
YUV 113.25 202.92 96.44 -
System Red Green Blue C M Y K H S L
Decimal 69 110 246 0.72 0.55 0 0.04 226.1 0.91 0.62
Hex 45 6E F6 48 37 0 4 E2 5B 3E
Octal 105 156 366 110 67 0 4 342 133 76
Binary 1000101 1101110 11110110 1001000 110111 0 100 11100010 1011011 111110

Color Harmonies of #456EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456EF6

Black with #456EF6

Text Example


Text Example

White with #456EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,110,246); }

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

background-color css

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

 a { background-color: rgb(69,110,246); }

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

border-color css

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

 span { border-color: rgb(69,110,246); }

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