Html Css Color HEX #456BEC Royal Blue

📋 copy color: '#456BEC'

red 69 ◦ green 107 ◦ blue 236

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

Shades of Royal Blue #456BEC

Tints of Royal Blue #456BEC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.97%

 BLUE value IS 236 (92.58% from 255) = 57.28%

R = 16.75%
G = 25.97%
B = 57.28%

CMYK

 C value IS 0.71

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#456BEC (or 0x456BEC) is known color: Royal Blue. HEX triplet: 45, 6B and EC. RGB value is (69,107,236). Sum of RGB (Red+Green+Blue) = 69+107+236=412 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.75% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #456BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456BEC is #BA9413. Grayscale: #6D6D6D. Windows color (decimal): -12227604 or 15493957. OLE color: 15493957.

HSL color Cylindrical-coordinate representation of color #456BEC: hue angle of 226.35º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #456BEC is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 69 107 236 -
CMYK 0.71 0.55 0 0.07
HSL 226.35º 0.81% 0.6% -
HSV(B) 226.35º 0.71% 0.93% -
XYZ 22.85 17.84 81.6 -
YUV 110.34 198.91 98.51 -
System Red Green Blue C M Y K H S L
Decimal 69 107 236 0.71 0.55 0 0.07 226.35 0.81 0.6
Hex 45 6B EC 47 37 0 7 E2 51 3C
Octal 105 153 354 107 67 0 7 342 121 74
Binary 1000101 1101011 11101100 1000111 110111 0 111 11100010 1010001 111100

Color Harmonies of #456BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456BEC

Black with #456BEC

Text Example


Text Example

White with #456BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,107,236); }

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

background-color css

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

 a { background-color: rgb(69,107,236); }

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

border-color css

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

 span { border-color: rgb(69,107,236); }

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