Html Css Color HEX #2157FA Royal Blue

📋 copy color: '#2157FA'

red 33 ◦ green 87 ◦ blue 250

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

Shades of Royal Blue #2157FA

Tints of Royal Blue #2157FA

RGB

 RED value IS 33 (13.28% from 255) = 8.92%

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

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

R = 8.92%
G = 23.51%
B = 67.57%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2157FA (or 0x2157FA) is known color: Royal Blue. HEX triplet: 21, 57 and FA. RGB value is (33,87,250). Sum of RGB (Red+Green+Blue) = 33+87+250=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #2157FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2157FA is #DEA805. Grayscale: #585858. Windows color (decimal): -14592006 or 16406305. OLE color: 16406305.

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

Color convert

RGB 33 87 250 -
CMYK 0.87 0.65 0 0.02
HSL 225.07º 0.96% 0.55% -
HSV(B) 225.07º 0.87% 0.98% -
XYZ 21.29 14.04 92.03 -
YUV 89.44 218.61 87.75 -
System Red Green Blue C M Y K H S L
Decimal 33 87 250 0.87 0.65 0 0.02 225.07 0.96 0.55
Hex 21 57 FA 57 41 0 2 E1 60 37
Octal 41 127 372 127 101 0 2 341 140 67
Binary 100001 1010111 11111010 1010111 1000001 0 10 11100001 1100000 110111

Color Harmonies of #2157FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2157FA

Black with #2157FA

Text Example


Text Example

White with #2157FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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