Html Css Color HEX #456FCF Royal Blue

📋 copy color: '#456FCF'

red 69 ◦ green 111 ◦ blue 207

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

Shades of Royal Blue #456FCF

Tints of Royal Blue #456FCF

RGB

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

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

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

R = 17.83%
G = 28.68%
B = 53.49%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#456FCF (or 0x456FCF) is known color: Royal Blue. HEX triplet: 45, 6F and CF. RGB value is (69,111,207). Sum of RGB (Red+Green+Blue) = 69+111+207=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #456FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456FCF is #BA9030. Grayscale: #6C6C6C. Windows color (decimal): -12226609 or 13594437. OLE color: 13594437.

HSL color Cylindrical-coordinate representation of color #456FCF: hue angle of 221.74º 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 #456FCF is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 69 111 207 -
CMYK 0.67 0.46 0 0.19
HSL 221.74º 0.59% 0.54% -
HSV(B) 221.74º 0.67% 0.81% -
XYZ 19.4 17.14 61.32 -
YUV 109.39 183.09 99.19 -
System Red Green Blue C M Y K H S L
Decimal 69 111 207 0.67 0.46 0 0.19 221.74 0.59 0.54
Hex 45 6F CF 43 2E 0 13 DE 3B 36
Octal 105 157 317 103 56 0 23 336 73 66
Binary 1000101 1101111 11001111 1000011 101110 0 10011 11011110 111011 110110

Color Harmonies of #456FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456FCF

Black with #456FCF

Text Example


Text Example

White with #456FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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