Html Css Color HEX #2A57FB Royal Blue

📋 copy color: '#2A57FB'

red 42 ◦ green 87 ◦ blue 251

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

Shades of Royal Blue #2A57FB

Tints of Royal Blue #2A57FB

RGB

 RED value IS 42 (16.8% from 255) = 11.05%

 GREEN value IS 87 (34.38% from 255) = 22.89%

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

R = 11.05%
G = 22.89%
B = 66.05%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2A57FB (or 0x2A57FB) is known color: Royal Blue. HEX triplet: 2A, 57 and FB. RGB value is (42,87,251). Sum of RGB (Red+Green+Blue) = 42+87+251=380 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.05% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #2A57FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A57FB is #D5A804. Grayscale: #5B5B5B. Windows color (decimal): -14002181 or 16471850. OLE color: 16471850.

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

Color convert

RGB 42 87 251 -
CMYK 0.83 0.65 0 0.02
HSL 227.08º 0.96% 0.57% -
HSV(B) 227.08º 0.83% 0.98% -
XYZ 21.78 14.27 92.87 -
YUV 92.24 217.59 92.16 -
System Red Green Blue C M Y K H S L
Decimal 42 87 251 0.83 0.65 0 0.02 227.08 0.96 0.57
Hex 2A 57 FB 53 41 0 2 E3 60 39
Octal 52 127 373 123 101 0 2 343 140 71
Binary 101010 1010111 11111011 1010011 1000001 0 10 11100011 1100000 111001

Color Harmonies of #2A57FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A57FB

Black with #2A57FB

Text Example


Text Example

White with #2A57FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A57FB; }

 p { color: rgb(42,87,251); }

 H1.HeaderClassName
 {
   color: #2A57FB;
 }
 .AnyTagClassName
 {
   color: #2A57FB;
 }
</style>

background-color css

<style>
 a { background-color: #2A57FB; }

 a { background-color: rgb(42,87,251); }

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

border-color css

<style>
 span { border-color: #2A57FB; }

 span { border-color: rgb(42,87,251); }

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