Html Css Color HEX #2157FF Royal Blue

📋 copy color: '#2157FF'

red 33 ◦ green 87 ◦ blue 255

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

Shades of Royal Blue #2157FF

Tints of Royal Blue #2157FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68%

R = 8.8%
G = 23.2%
B = 68%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2157FF (or 0x2157FF) is known color: Royal Blue. HEX triplet: 21, 57 and FF. RGB value is (33,87,255). Sum of RGB (Red+Green+Blue) = 33+87+255=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #2157FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2157FF is #DEA800. Grayscale: #595959. Windows color (decimal): -14592001 or 16733985. OLE color: 16733985.

HSL color Cylindrical-coordinate representation of color #2157FF: hue angle of 225.41º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2157FF is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 33 87 255 -
CMYK 0.87 0.66 0 0
HSL 225.41º 1% 0.56% -
HSV(B) 225.41º 0.87% 1% -
XYZ 22.09 14.36 96.22 -
YUV 90.01 221.11 87.34 -
System Red Green Blue C M Y K H S L
Decimal 33 87 255 0.87 0.66 0 0 225.41 1 0.56
Hex 21 57 FF 57 42 0 0 E1 64 38
Octal 41 127 377 127 102 0 0 341 144 70
Binary 100001 1010111 11111111 1010111 1000010 0 0 11100001 1100100 111000

Color Harmonies of #2157FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2157FF

Black with #2157FF

Text Example


Text Example

White with #2157FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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