Html Css Color HEX #456BFA Royal Blue

📋 copy color: '#456BFA'

red 69 ◦ green 107 ◦ blue 250

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

Shades of Royal Blue #456BFA

Tints of Royal Blue #456BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.69%

R = 16.2%
G = 25.12%
B = 58.69%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#456BFA (or 0x456BFA) is known color: Royal Blue. HEX triplet: 45, 6B and FA. RGB value is (69,107,250). Sum of RGB (Red+Green+Blue) = 69+107+250=426 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.20% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #456BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456BFA is #BA9405. Grayscale: #6F6F6F. Windows color (decimal): -12227590 or 16411461. OLE color: 16411461.

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

Color convert

RGB 69 107 250 -
CMYK 0.72 0.57 0 0.02
HSL 227.4º 0.95% 0.63% -
HSV(B) 227.4º 0.72% 0.98% -
XYZ 24.97 18.68 92.73 -
YUV 111.94 205.91 97.37 -
System Red Green Blue C M Y K H S L
Decimal 69 107 250 0.72 0.57 0 0.02 227.4 0.95 0.63
Hex 45 6B FA 48 39 0 2 E3 5F 3F
Octal 105 153 372 110 71 0 2 343 137 77
Binary 1000101 1101011 11111010 1001000 111001 0 10 11100011 1011111 111111

Color Harmonies of #456BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456BFA

Black with #456BFA

Text Example


Text Example

White with #456BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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