Html Css Color HEX #2023CE Persian Blue

📋 copy color: '#2023CE'

red 32 ◦ green 35 ◦ blue 206

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

Shades of Persian Blue #2023CE

Tints of Persian Blue #2023CE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.82%

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

R = 11.72%
G = 12.82%
B = 75.46%

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

#2023CE (or 0x2023CE) is known color: Persian Blue. HEX triplet: 20, 23 and CE. RGB value is (32,35,206). Sum of RGB (Red+Green+Blue) = 32+35+206=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #2023CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2023CE is #DFDC31. Grayscale: #343434. Windows color (decimal): -14670898 or 13509408. OLE color: 13509408.

HSL color Cylindrical-coordinate representation of color #2023CE: hue angle of 238.97º 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 #2023CE is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 35 206 -
CMYK 0.84 0.83 0 0.19
HSL 238.97º 0.73% 0.47% -
HSV(B) 238.97º 0.84% 0.81% -
XYZ 12.34 5.97 58.89 -
YUV 53.6 214.01 112.6 -
System Red Green Blue C M Y K H S L
Decimal 32 35 206 0.84 0.83 0 0.19 238.97 0.73 0.47
Hex 20 23 CE 54 53 0 13 EF 49 2F
Octal 40 43 316 124 123 0 23 357 111 57
Binary 100000 100011 11001110 1010100 1010011 0 10011 11101111 1001001 101111

Color Harmonies of #2023CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2023CE

Black with #2023CE

Text Example


Text Example

White with #2023CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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