Html Css Color HEX #456DFB Royal Blue

📋 copy color: '#456DFB'

red 69 ◦ green 109 ◦ blue 251

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

Shades of Royal Blue #456DFB

Tints of Royal Blue #456DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.51%

R = 16.08%
G = 25.41%
B = 58.51%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#456DFB (or 0x456DFB) is known color: Royal Blue. HEX triplet: 45, 6D and FB. RGB value is (69,109,251). Sum of RGB (Red+Green+Blue) = 69+109+251=429 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.08% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #456DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456DFB is #BA9204. Grayscale: #707070. Windows color (decimal): -12227077 or 16477509. OLE color: 16477509.

HSL color Cylindrical-coordinate representation of color #456DFB: hue angle of 226.81º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #456DFB is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 69 109 251 -
CMYK 0.73 0.57 0 0.02
HSL 226.81º 0.96% 0.63% -
HSV(B) 226.81º 0.73% 0.98% -
XYZ 25.34 19.17 93.63 -
YUV 113.23 205.75 96.45 -
System Red Green Blue C M Y K H S L
Decimal 69 109 251 0.73 0.57 0 0.02 226.81 0.96 0.63
Hex 45 6D FB 49 39 0 2 E3 60 3F
Octal 105 155 373 111 71 0 2 343 140 77
Binary 1000101 1101101 11111011 1001001 111001 0 10 11100011 1100000 111111

Color Harmonies of #456DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456DFB

Black with #456DFB

Text Example


Text Example

White with #456DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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