Html Css Color HEX #456BFF Royal Blue

📋 copy color: '#456BFF'

red 69 ◦ green 107 ◦ blue 255

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

Shades of Royal Blue #456BFF

Tints of Royal Blue #456BFF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.83%

 BLUE value IS 255 (100% from 255) = 59.16%

R = 16.01%
G = 24.83%
B = 59.16%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#456BFF (or 0x456BFF) is known color: Royal Blue. HEX triplet: 45, 6B and FF. RGB value is (69,107,255). Sum of RGB (Red+Green+Blue) = 69+107+255=431 (57% of max value = 765). Red value is 69 (27.34% from 255 or 16.01% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #456BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456BFF is #BA9400. Grayscale: #6F6F6F. Windows color (decimal): -12227585 or 16739141. OLE color: 16739141.

HSL color Cylindrical-coordinate representation of color #456BFF: hue angle of 227.74º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #456BFF is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 69 107 255 -
CMYK 0.73 0.58 0 0
HSL 227.74º 1% 0.64% -
HSV(B) 227.74º 0.73% 1% -
XYZ 25.76 19 96.92 -
YUV 112.51 208.41 96.97 -
System Red Green Blue C M Y K H S L
Decimal 69 107 255 0.73 0.58 0 0 227.74 1 0.64
Hex 45 6B FF 49 3A 0 0 E4 64 40
Octal 105 153 377 111 72 0 0 344 144 100
Binary 1000101 1101011 11111111 1001001 111010 0 0 11100100 1100100 1000000

Color Harmonies of #456BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456BFF

Black with #456BFF

Text Example


Text Example

White with #456BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,107,255); }

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

background-color css

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

 a { background-color: rgb(69,107,255); }

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

border-color css

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

 span { border-color: rgb(69,107,255); }

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