Html Css Color HEX #2138DF Persian Blue

📋 copy color: '#2138DF'

red 33 ◦ green 56 ◦ blue 223

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

Shades of Persian Blue #2138DF

Tints of Persian Blue #2138DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 71.47%

R = 10.58%
G = 17.95%
B = 71.47%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2138DF (or 0x2138DF) is known color: Persian Blue. HEX triplet: 21, 38 and DF. RGB value is (33,56,223). Sum of RGB (Red+Green+Blue) = 33+56+223=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 223 (87.5% from 255 or 71.47% from 312); Max value from RGB is 223 - color contains mainly: blue. Hex color #2138DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2138DF is #DEC720. Grayscale: #434343. Windows color (decimal): -14599969 or 14628897. OLE color: 14628897.

HSL color Cylindrical-coordinate representation of color #2138DF: hue angle of 232.74º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2138DF is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 56 223 -
CMYK 0.85 0.75 0 0.13
HSL 232.74º 0.75% 0.5% -
HSV(B) 232.74º 0.85% 0.87% -
XYZ 15.36 8.48 70.64 -
YUV 68.16 215.38 102.92 -
System Red Green Blue C M Y K H S L
Decimal 33 56 223 0.85 0.75 0 0.13 232.74 0.75 0.5
Hex 21 38 DF 55 4B 0 D E9 4B 32
Octal 41 70 337 125 113 0 15 351 113 62
Binary 100001 111000 11011111 1010101 1001011 0 1101 11101001 1001011 110010

Color Harmonies of #2138DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2138DF

Black with #2138DF

Text Example


Text Example

White with #2138DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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