Html Css Color HEX #456DCE Royal Blue

📋 copy color: '#456DCE'

red 69 ◦ green 109 ◦ blue 206

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

Shades of Royal Blue #456DCE

Tints of Royal Blue #456DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.39%

 BLUE value IS 206 (80.86% from 255) = 53.65%

R = 17.97%
G = 28.39%
B = 53.65%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#456DCE (or 0x456DCE) is known color: Royal Blue. HEX triplet: 45, 6D and CE. RGB value is (69,109,206). Sum of RGB (Red+Green+Blue) = 69+109+206=384 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.97% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #456DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456DCE is #BA9231. Grayscale: #6B6B6B. Windows color (decimal): -12227122 or 13528389. OLE color: 13528389.

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

Color convert

RGB 69 109 206 -
CMYK 0.67 0.47 0 0.19
HSL 222.48º 0.58% 0.54% -
HSV(B) 222.48º 0.67% 0.81% -
XYZ 19.06 16.66 60.6 -
YUV 108.1 183.25 100.11 -
System Red Green Blue C M Y K H S L
Decimal 69 109 206 0.67 0.47 0 0.19 222.48 0.58 0.54
Hex 45 6D CE 43 2F 0 13 DE 3A 36
Octal 105 155 316 103 57 0 23 336 72 66
Binary 1000101 1101101 11001110 1000011 101111 0 10011 11011110 111010 110110

Color Harmonies of #456DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456DCE

Black with #456DCE

Text Example


Text Example

White with #456DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,109,206); }

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

background-color css

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

 a { background-color: rgb(69,109,206); }

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

border-color css

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

 span { border-color: rgb(69,109,206); }

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