Html Css Color HEX #2157EF Royal Blue

📋 copy color: '#2157EF'

red 33 ◦ green 87 ◦ blue 239

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

Shades of Royal Blue #2157EF

Tints of Royal Blue #2157EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.57%

R = 9.19%
G = 24.23%
B = 66.57%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2157EF (or 0x2157EF) is known color: Royal Blue. HEX triplet: 21, 57 and EF. RGB value is (33,87,239). Sum of RGB (Red+Green+Blue) = 33+87+239=359 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.19% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #2157EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2157EF is #DEA810. Grayscale: #575757. Windows color (decimal): -14592017 or 15685409. OLE color: 15685409.

HSL color Cylindrical-coordinate representation of color #2157EF: hue angle of 224.27º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2157EF is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 87 239 -
CMYK 0.86 0.64 0 0.06
HSL 224.27º 0.87% 0.53% -
HSV(B) 224.27º 0.86% 0.94% -
XYZ 19.62 13.37 83.21 -
YUV 88.18 213.11 88.64 -
System Red Green Blue C M Y K H S L
Decimal 33 87 239 0.86 0.64 0 0.06 224.27 0.87 0.53
Hex 21 57 EF 56 40 0 6 E0 57 35
Octal 41 127 357 126 100 0 6 340 127 65
Binary 100001 1010111 11101111 1010110 1000000 0 110 11100000 1010111 110101

Color Harmonies of #2157EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2157EF

Black with #2157EF

Text Example


Text Example

White with #2157EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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