Html Css Color HEX #456CFC Royal Blue

📋 copy color: '#456CFC'

red 69 ◦ green 108 ◦ blue 252

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

Shades of Royal Blue #456CFC

Tints of Royal Blue #456CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.17%

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

R = 16.08%
G = 25.17%
B = 58.74%

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

#456CFC (or 0x456CFC) is known color: Royal Blue. HEX triplet: 45, 6C and FC. RGB value is (69,108,252). Sum of RGB (Red+Green+Blue) = 69+108+252=429 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.08% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #456CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456CFC is #BA9303. Grayscale: #707070. Windows color (decimal): -12227332 or 16542789. OLE color: 16542789.

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

Color convert

RGB 69 108 252 -
CMYK 0.73 0.57 0 0.01
HSL 227.21º 0.97% 0.63% -
HSV(B) 227.21º 0.73% 0.99% -
XYZ 25.39 19.02 94.43 -
YUV 112.76 206.58 96.79 -
System Red Green Blue C M Y K H S L
Decimal 69 108 252 0.73 0.57 0 0.01 227.21 0.97 0.63
Hex 45 6C FC 49 39 0 1 E3 61 3F
Octal 105 154 374 111 71 0 1 343 141 77
Binary 1000101 1101100 11111100 1001001 111001 0 1 11100011 1100001 111111

Color Harmonies of #456CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456CFC

Black with #456CFC

Text Example


Text Example

White with #456CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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