Html Css Color HEX #2038EF Persian Blue

📋 copy color: '#2038EF'

red 32 ◦ green 56 ◦ blue 239

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

Shades of Persian Blue #2038EF

Tints of Persian Blue #2038EF

RGB

 RED value IS 32 (12.89% from 255) = 9.79%

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

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

R = 9.79%
G = 17.13%
B = 73.09%

CMYK

 C value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2038EF (or 0x2038EF) is known color: Persian Blue. HEX triplet: 20, 38 and EF. RGB value is (32,56,239). Sum of RGB (Red+Green+Blue) = 32+56+239=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 239 (93.75% from 255 or 73.09% from 327); Max value from RGB is 239 - color contains mainly: blue. Hex color #2038EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2038EF is #DFC710. Grayscale: #444444. Windows color (decimal): -14665489 or 15677472. OLE color: 15677472.

HSL color Cylindrical-coordinate representation of color #2038EF: hue angle of 233.04º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2038EF is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 56 239 -
CMYK 0.87 0.77 0 0.06
HSL 233.04º 0.87% 0.53% -
HSV(B) 233.04º 0.87% 0.94% -
XYZ 17.59 9.37 82.54 -
YUV 69.69 223.55 101.12 -
System Red Green Blue C M Y K H S L
Decimal 32 56 239 0.87 0.77 0 0.06 233.04 0.87 0.53
Hex 20 38 EF 57 4D 0 6 E9 57 35
Octal 40 70 357 127 115 0 6 351 127 65
Binary 100000 111000 11101111 1010111 1001101 0 110 11101001 1010111 110101

Color Harmonies of #2038EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2038EF

Black with #2038EF

Text Example


Text Example

White with #2038EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,56,239); }

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

background-color css

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

 a { background-color: rgb(32,56,239); }

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

border-color css

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

 span { border-color: rgb(32,56,239); }

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