Html Css Color HEX #456FCB Royal Blue

📋 copy color: '#456FCB'

red 69 ◦ green 111 ◦ blue 203

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

Shades of Royal Blue #456FCB

Tints of Royal Blue #456FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53%

R = 18.02%
G = 28.98%
B = 53%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#456FCB (or 0x456FCB) is known color: Royal Blue. HEX triplet: 45, 6F and CB. RGB value is (69,111,203). Sum of RGB (Red+Green+Blue) = 69+111+203=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #456FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456FCB is #BA9034. Grayscale: #6C6C6C. Windows color (decimal): -12226613 or 13332293. OLE color: 13332293.

HSL color Cylindrical-coordinate representation of color #456FCB: hue angle of 221.19º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #456FCB is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 111 203 -
CMYK 0.66 0.45 0 0.20
HSL 221.19º 0.56% 0.53% -
HSV(B) 221.19º 0.66% 0.8% -
XYZ 18.92 16.95 58.77 -
YUV 108.93 181.09 99.52 -
System Red Green Blue C M Y K H S L
Decimal 69 111 203 0.66 0.45 0 0.20 221.19 0.56 0.53
Hex 45 6F CB 42 2D 0 14 DD 38 35
Octal 105 157 313 102 55 0 24 335 70 65
Binary 1000101 1101111 11001011 1000010 101101 0 10100 11011101 111000 110101

Color Harmonies of #456FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456FCB

Black with #456FCB

Text Example


Text Example

White with #456FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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