Html Css Color HEX #456ACF Royal Blue

📋 copy color: '#456ACF'

red 69 ◦ green 106 ◦ blue 207

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

Shades of Royal Blue #456ACF

Tints of Royal Blue #456ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.75%

 BLUE value IS 207 (81.25% from 255) = 54.19%

R = 18.06%
G = 27.75%
B = 54.19%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#456ACF (or 0x456ACF) is known color: Royal Blue. HEX triplet: 45, 6A and CF. RGB value is (69,106,207). Sum of RGB (Red+Green+Blue) = 69+106+207=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #456ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456ACF is #BA9530. Grayscale: #6A6A6A. Windows color (decimal): -12227889 or 13593157. OLE color: 13593157.

HSL color Cylindrical-coordinate representation of color #456ACF: hue angle of 223.91º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #456ACF is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 69 106 207 -
CMYK 0.67 0.49 0 0.19
HSL 223.91º 0.59% 0.54% -
HSV(B) 223.91º 0.67% 0.81% -
XYZ 18.87 16.08 61.14 -
YUV 106.45 184.74 101.29 -
System Red Green Blue C M Y K H S L
Decimal 69 106 207 0.67 0.49 0 0.19 223.91 0.59 0.54
Hex 45 6A CF 43 31 0 13 E0 3B 36
Octal 105 152 317 103 61 0 23 340 73 66
Binary 1000101 1101010 11001111 1000011 110001 0 10011 11100000 111011 110110

Color Harmonies of #456ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456ACF

Black with #456ACF

Text Example


Text Example

White with #456ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,106,207); }

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

background-color css

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

 a { background-color: rgb(69,106,207); }

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

border-color css

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

 span { border-color: rgb(69,106,207); }

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