Html Css Color HEX #2153EF Royal Blue

📋 copy color: '#2153EF'

red 33 ◦ green 83 ◦ blue 239

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

Shades of Royal Blue #2153EF

Tints of Royal Blue #2153EF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.38%

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

R = 9.3%
G = 23.38%
B = 67.32%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2153EF (or 0x2153EF) is known color: Royal Blue. HEX triplet: 21, 53 and EF. RGB value is (33,83,239). Sum of RGB (Red+Green+Blue) = 33+83+239=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #2153EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2153EF is #DEAC10. Grayscale: #555555. Windows color (decimal): -14593041 or 15684385. OLE color: 15684385.

HSL color Cylindrical-coordinate representation of color #2153EF: hue angle of 225.44º 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 #2153EF is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 83 239 -
CMYK 0.86 0.65 0 0.06
HSL 225.44º 0.87% 0.53% -
HSV(B) 225.44º 0.86% 0.94% -
XYZ 19.3 12.74 83.1 -
YUV 85.83 214.44 90.32 -
System Red Green Blue C M Y K H S L
Decimal 33 83 239 0.86 0.65 0 0.06 225.44 0.87 0.53
Hex 21 53 EF 56 41 0 6 E1 57 35
Octal 41 123 357 126 101 0 6 341 127 65
Binary 100001 1010011 11101111 1010110 1000001 0 110 11100001 1010111 110101

Color Harmonies of #2153EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2153EF

Black with #2153EF

Text Example


Text Example

White with #2153EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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