Html Css Color HEX #2857FA Royal Blue

📋 copy color: '#2857FA'

red 40 ◦ green 87 ◦ blue 250

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

Shades of Royal Blue #2857FA

Tints of Royal Blue #2857FA

RGB

 RED value IS 40 (16.02% from 255) = 10.61%

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

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

R = 10.61%
G = 23.08%
B = 66.31%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2857FA (or 0x2857FA) is known color: Royal Blue. HEX triplet: 28, 57 and FA. RGB value is (40,87,250). Sum of RGB (Red+Green+Blue) = 40+87+250=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #2857FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2857FA is #D7A805. Grayscale: #5A5A5A. Windows color (decimal): -14133254 or 16406312. OLE color: 16406312.

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

Color convert

RGB 40 87 250 -
CMYK 0.84 0.65 0 0.02
HSL 226.57º 0.95% 0.57% -
HSV(B) 226.57º 0.84% 0.98% -
XYZ 21.54 14.17 92.04 -
YUV 91.53 217.43 91.25 -
System Red Green Blue C M Y K H S L
Decimal 40 87 250 0.84 0.65 0 0.02 226.57 0.95 0.57
Hex 28 57 FA 54 41 0 2 E3 5F 39
Octal 50 127 372 124 101 0 2 343 137 71
Binary 101000 1010111 11111010 1010100 1000001 0 10 11100011 1011111 111001

Color Harmonies of #2857FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2857FA

Black with #2857FA

Text Example


Text Example

White with #2857FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2857FA; }

 p { color: rgb(40,87,250); }

 H1.HeaderClassName
 {
   color: #2857FA;
 }
 .AnyTagClassName
 {
   color: #2857FA;
 }
</style>

background-color css

<style>
 a { background-color: #2857FA; }

 a { background-color: rgb(40,87,250); }

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

border-color css

<style>
 span { border-color: #2857FA; }

 span { border-color: rgb(40,87,250); }

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