Html Css Color HEX #456BFC Royal Blue

📋 copy color: '#456BFC'

red 69 ◦ green 107 ◦ blue 252

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

Shades of Royal Blue #456BFC

Tints of Royal Blue #456BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.88%

R = 16.12%
G = 25%
B = 58.88%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#456BFC (or 0x456BFC) is known color: Royal Blue. HEX triplet: 45, 6B and FC. RGB value is (69,107,252). Sum of RGB (Red+Green+Blue) = 69+107+252=428 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.12% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #456BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456BFC is #BA9403. Grayscale: #6F6F6F. Windows color (decimal): -12227588 or 16542533. OLE color: 16542533.

HSL color Cylindrical-coordinate representation of color #456BFC: hue angle of 227.54º degrees, saturation: 0.97, 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 #456BFC is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 69 107 252 -
CMYK 0.73 0.58 0 0.01
HSL 227.54º 0.97% 0.63% -
HSV(B) 227.54º 0.73% 0.99% -
XYZ 25.28 18.81 94.39 -
YUV 112.17 206.91 97.21 -
System Red Green Blue C M Y K H S L
Decimal 69 107 252 0.73 0.58 0 0.01 227.54 0.97 0.63
Hex 45 6B FC 49 3A 0 1 E4 61 3F
Octal 105 153 374 111 72 0 1 344 141 77
Binary 1000101 1101011 11111100 1001001 111010 0 1 11100100 1100001 111111

Color Harmonies of #456BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456BFC

Black with #456BFC

Text Example


Text Example

White with #456BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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