Html Css Color HEX #2138EC Persian Blue

📋 copy color: '#2138EC'

red 33 ◦ green 56 ◦ blue 236

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

Shades of Persian Blue #2138EC

Tints of Persian Blue #2138EC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.23%

 BLUE value IS 236 (92.58% from 255) = 72.62%

R = 10.15%
G = 17.23%
B = 72.62%

CMYK

 C value IS 0.86

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2138EC (or 0x2138EC) is known color: Persian Blue. HEX triplet: 21, 38 and EC. RGB value is (33,56,236). Sum of RGB (Red+Green+Blue) = 33+56+236=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 236 (92.58% from 255 or 72.62% from 325); Max value from RGB is 236 - color contains mainly: blue. Hex color #2138EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2138EC is #DEC713. Grayscale: #444444. Windows color (decimal): -14599956 or 15480865. OLE color: 15480865.

HSL color Cylindrical-coordinate representation of color #2138EC: hue angle of 233.2º degrees, saturation: 0.84, 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 #2138EC is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 56 236 -
CMYK 0.86 0.76 0 0.07
HSL 233.2º 0.84% 0.53% -
HSV(B) 233.2º 0.86% 0.93% -
XYZ 17.18 9.21 80.23 -
YUV 69.64 221.88 101.86 -
System Red Green Blue C M Y K H S L
Decimal 33 56 236 0.86 0.76 0 0.07 233.2 0.84 0.53
Hex 21 38 EC 56 4C 0 7 E9 54 35
Octal 41 70 354 126 114 0 7 351 124 65
Binary 100001 111000 11101100 1010110 1001100 0 111 11101001 1010100 110101

Color Harmonies of #2138EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2138EC

Black with #2138EC

Text Example


Text Example

White with #2138EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2138EC; }

 p { color: rgb(33,56,236); }

 H1.HeaderClassName
 {
   color: #2138EC;
 }
 .AnyTagClassName
 {
   color: #2138EC;
 }
</style>

background-color css

<style>
 a { background-color: #2138EC; }

 a { background-color: rgb(33,56,236); }

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

border-color css

<style>
 span { border-color: #2138EC; }

 span { border-color: rgb(33,56,236); }

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