Html Css Color HEX #456FF0 Royal Blue

📋 copy color: '#456FF0'

red 69 ◦ green 111 ◦ blue 240

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

Shades of Royal Blue #456FF0

Tints of Royal Blue #456FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 57.14%

R = 16.43%
G = 26.43%
B = 57.14%

CMYK

 C value IS 0.71

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#456FF0 (or 0x456FF0) is known color: Royal Blue. HEX triplet: 45, 6F and F0. RGB value is (69,111,240). Sum of RGB (Red+Green+Blue) = 69+111+240=420 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.43% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 240 (94.14% from 255 or 57.14% from 420); Max value from RGB is 240 - color contains mainly: blue. Hex color #456FF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456FF0 is #BA900F. Grayscale: #707070. Windows color (decimal): -12226576 or 15757125. OLE color: 15757125.

HSL color Cylindrical-coordinate representation of color #456FF0: hue angle of 225.26º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #456FF0 is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 69 111 240 -
CMYK 0.71 0.54 0 0.06
HSL 225.26º 0.85% 0.61% -
HSV(B) 225.26º 0.71% 0.94% -
XYZ 23.87 18.93 84.83 -
YUV 113.15 199.59 96.51 -
System Red Green Blue C M Y K H S L
Decimal 69 111 240 0.71 0.54 0 0.06 225.26 0.85 0.61
Hex 45 6F F0 47 36 0 6 E1 55 3D
Octal 105 157 360 107 66 0 6 341 125 75
Binary 1000101 1101111 11110000 1000111 110110 0 110 11100001 1010101 111101

Color Harmonies of #456FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456FF0

Black with #456FF0

Text Example


Text Example

White with #456FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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