Html Css Color HEX #456EFB Royal Blue

📋 copy color: '#456EFB'

red 69 ◦ green 110 ◦ blue 251

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

Shades of Royal Blue #456EFB

Tints of Royal Blue #456EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.58%

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

R = 16.05%
G = 25.58%
B = 58.37%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#456EFB (or 0x456EFB) is known color: Royal Blue. HEX triplet: 45, 6E and FB. RGB value is (69,110,251). Sum of RGB (Red+Green+Blue) = 69+110+251=430 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.05% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #456EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456EFB is #BA9104. Grayscale: #717171. Windows color (decimal): -12226821 or 16477765. OLE color: 16477765.

HSL color Cylindrical-coordinate representation of color #456EFB: hue angle of 226.48º 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 #456EFB is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 69 110 251 -
CMYK 0.73 0.56 0 0.02
HSL 226.48º 0.96% 0.63% -
HSV(B) 226.48º 0.73% 0.98% -
XYZ 25.44 19.38 93.67 -
YUV 113.82 205.42 96.04 -
System Red Green Blue C M Y K H S L
Decimal 69 110 251 0.73 0.56 0 0.02 226.48 0.96 0.63
Hex 45 6E FB 49 38 0 2 E2 60 3F
Octal 105 156 373 111 70 0 2 342 140 77
Binary 1000101 1101110 11111011 1001001 111000 0 10 11100010 1100000 111111

Color Harmonies of #456EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456EFB

Black with #456EFB

Text Example


Text Example

White with #456EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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