Html Css Color HEX #456CDB Royal Blue

📋 copy color: '#456CDB'

red 69 ◦ green 108 ◦ blue 219

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

Shades of Royal Blue #456CDB

Tints of Royal Blue #456CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.3%

R = 17.42%
G = 27.27%
B = 55.3%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#456CDB (or 0x456CDB) is known color: Royal Blue. HEX triplet: 45, 6C and DB. RGB value is (69,108,219). Sum of RGB (Red+Green+Blue) = 69+108+219=396 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.42% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #456CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456CDB is #BA9324. Grayscale: #6C6C6C. Windows color (decimal): -12227365 or 14380101. OLE color: 14380101.

HSL color Cylindrical-coordinate representation of color #456CDB: hue angle of 224.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #456CDB is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 108 219 -
CMYK 0.68 0.51 0 0.14
HSL 224.4º 0.68% 0.56% -
HSV(B) 224.4º 0.68% 0.86% -
XYZ 20.6 17.1 69.23 -
YUV 108.99 190.08 99.47 -
System Red Green Blue C M Y K H S L
Decimal 69 108 219 0.68 0.51 0 0.14 224.4 0.68 0.56
Hex 45 6C DB 44 33 0 E E0 44 38
Octal 105 154 333 104 63 0 16 340 104 70
Binary 1000101 1101100 11011011 1000100 110011 0 1110 11100000 1000100 111000

Color Harmonies of #456CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456CDB

Black with #456CDB

Text Example


Text Example

White with #456CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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