Html Css Color HEX #2130EE Persian Blue

📋 copy color: '#2130EE'

red 33 ◦ green 48 ◦ blue 238

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

Shades of Persian Blue #2130EE

Tints of Persian Blue #2130EE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.05%

 BLUE value IS 238 (93.36% from 255) = 74.61%

R = 10.34%
G = 15.05%
B = 74.61%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2130EE (or 0x2130EE) is known color: Persian Blue. HEX triplet: 21, 30 and EE. RGB value is (33,48,238). Sum of RGB (Red+Green+Blue) = 33+48+238=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 238 (93.36% from 255 or 74.61% from 319); Max value from RGB is 238 - color contains mainly: blue. Hex color #2130EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2130EE is #DECF11. Grayscale: #404040. Windows color (decimal): -14602002 or 15609889. OLE color: 15609889.

HSL color Cylindrical-coordinate representation of color #2130EE: hue angle of 235.61º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2130EE is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 48 238 -
CMYK 0.86 0.80 0 0.07
HSL 235.61º 0.86% 0.53% -
HSV(B) 235.61º 0.86% 0.93% -
XYZ 17.12 8.61 81.65 -
YUV 65.18 225.53 105.05 -
System Red Green Blue C M Y K H S L
Decimal 33 48 238 0.86 0.80 0 0.07 235.61 0.86 0.53
Hex 21 30 EE 56 50 0 7 EC 56 35
Octal 41 60 356 126 120 0 7 354 126 65
Binary 100001 110000 11101110 1010110 1010000 0 111 11101100 1010110 110101

Color Harmonies of #2130EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2130EE

Black with #2130EE

Text Example


Text Example

White with #2130EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2130EE; }

 p { color: rgb(33,48,238); }

 H1.HeaderClassName
 {
   color: #2130EE;
 }
 .AnyTagClassName
 {
   color: #2130EE;
 }
</style>

background-color css

<style>
 a { background-color: #2130EE; }

 a { background-color: rgb(33,48,238); }

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

border-color css

<style>
 span { border-color: #2130EE; }

 span { border-color: rgb(33,48,238); }

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