Html Css Color HEX #2024CE Persian Blue

📋 copy color: '#2024CE'

red 32 ◦ green 36 ◦ blue 206

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

Shades of Persian Blue #2024CE

Tints of Persian Blue #2024CE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.14%

 BLUE value IS 206 (80.86% from 255) = 75.18%

R = 11.68%
G = 13.14%
B = 75.18%

CMYK

 C value IS 0.84

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2024CE (or 0x2024CE) is known color: Persian Blue. HEX triplet: 20, 24 and CE. RGB value is (32,36,206). Sum of RGB (Red+Green+Blue) = 32+36+206=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #2024CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2024CE is #DFDB31. Grayscale: #353535. Windows color (decimal): -14670642 or 13509664. OLE color: 13509664.

HSL color Cylindrical-coordinate representation of color #2024CE: hue angle of 238.62º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2024CE is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 36 206 -
CMYK 0.84 0.83 0 0.19
HSL 238.62º 0.73% 0.47% -
HSV(B) 238.62º 0.84% 0.81% -
XYZ 12.37 6.03 58.9 -
YUV 54.18 213.67 112.18 -
System Red Green Blue C M Y K H S L
Decimal 32 36 206 0.84 0.83 0 0.19 238.62 0.73 0.47
Hex 20 24 CE 54 53 0 13 EF 49 2F
Octal 40 44 316 124 123 0 23 357 111 57
Binary 100000 100100 11001110 1010100 1010011 0 10011 11101111 1001001 101111

Color Harmonies of #2024CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2024CE

Black with #2024CE

Text Example


Text Example

White with #2024CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2024CE; }

 p { color: rgb(32,36,206); }

 H1.HeaderClassName
 {
   color: #2024CE;
 }
 .AnyTagClassName
 {
   color: #2024CE;
 }
</style>

background-color css

<style>
 a { background-color: #2024CE; }

 a { background-color: rgb(32,36,206); }

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

border-color css

<style>
 span { border-color: #2024CE; }

 span { border-color: rgb(32,36,206); }

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