Html Css Color HEX #2151EA Royal Blue

📋 copy color: '#2151EA'

red 33 ◦ green 81 ◦ blue 234

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

Shades of Royal Blue #2151EA

Tints of Royal Blue #2151EA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.28%

 BLUE value IS 234 (91.8% from 255) = 67.24%

R = 9.48%
G = 23.28%
B = 67.24%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2151EA (or 0x2151EA) is known color: Royal Blue. HEX triplet: 21, 51 and EA. RGB value is (33,81,234). Sum of RGB (Red+Green+Blue) = 33+81+234=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 234 (91.80% from 255 or 67.24% from 348); Max value from RGB is 234 - color contains mainly: blue. Hex color #2151EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2151EA is #DEAE15. Grayscale: #535353. Windows color (decimal): -14593558 or 15356193. OLE color: 15356193.

HSL color Cylindrical-coordinate representation of color #2151EA: hue angle of 225.67º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2151EA is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 81 234 -
CMYK 0.86 0.65 0 0.08
HSL 225.67º 0.83% 0.52% -
HSV(B) 225.67º 0.86% 0.92% -
XYZ 18.42 12.15 79.22 -
YUV 84.09 212.6 91.56 -
System Red Green Blue C M Y K H S L
Decimal 33 81 234 0.86 0.65 0 0.08 225.67 0.83 0.52
Hex 21 51 EA 56 41 0 8 E2 53 34
Octal 41 121 352 126 101 0 10 342 123 64
Binary 100001 1010001 11101010 1010110 1000001 0 1000 11100010 1010011 110100

Color Harmonies of #2151EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2151EA

Black with #2151EA

Text Example


Text Example

White with #2151EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2151EA; }

 p { color: rgb(33,81,234); }

 H1.HeaderClassName
 {
   color: #2151EA;
 }
 .AnyTagClassName
 {
   color: #2151EA;
 }
</style>

background-color css

<style>
 a { background-color: #2151EA; }

 a { background-color: rgb(33,81,234); }

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

border-color css

<style>
 span { border-color: #2151EA; }

 span { border-color: rgb(33,81,234); }

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