Html Css Color HEX #457AFB Royal Blue

📋 copy color: '#457AFB'

red 69 ◦ green 122 ◦ blue 251

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

Shades of Royal Blue #457AFB

Tints of Royal Blue #457AFB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.6%

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

R = 15.61%
G = 27.6%
B = 56.79%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#457AFB (or 0x457AFB) is known color: Royal Blue. HEX triplet: 45, 7A and FB. RGB value is (69,122,251). Sum of RGB (Red+Green+Blue) = 69+122+251=442 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.61% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #457AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457AFB is #BA8504. Grayscale: #787878. Windows color (decimal): -12223749 or 16480837. OLE color: 16480837.

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

Color convert

RGB 69 122 251 -
CMYK 0.73 0.51 0 0.02
HSL 222.53º 0.96% 0.63% -
HSV(B) 222.53º 0.73% 0.98% -
XYZ 26.83 22.15 94.13 -
YUV 120.86 201.44 91.01 -
System Red Green Blue C M Y K H S L
Decimal 69 122 251 0.73 0.51 0 0.02 222.53 0.96 0.63
Hex 45 7A FB 49 33 0 2 DF 60 3F
Octal 105 172 373 111 63 0 2 337 140 77
Binary 1000101 1111010 11111011 1001001 110011 0 10 11011111 1100000 111111

Color Harmonies of #457AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457AFB

Black with #457AFB

Text Example


Text Example

White with #457AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457AFB; }

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

 H1.HeaderClassName
 {
   color: #457AFB;
 }
 .AnyTagClassName
 {
   color: #457AFB;
 }
</style>

background-color css

<style>
 a { background-color: #457AFB; }

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

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

border-color css

<style>
 span { border-color: #457AFB; }

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

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