Html Css Color HEX #2023BD Persian Blue

📋 copy color: '#2023BD'

red 32 ◦ green 35 ◦ blue 189

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

Shades of Persian Blue #2023BD

Tints of Persian Blue #2023BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 73.83%

R = 12.5%
G = 13.67%
B = 73.83%

CMYK

 C value IS 0.83

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2023BD (or 0x2023BD) is known color: Persian Blue. HEX triplet: 20, 23 and BD. RGB value is (32,35,189). Sum of RGB (Red+Green+Blue) = 32+35+189=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 189 (74.22% from 255 or 73.83% from 256); Max value from RGB is 189 - color contains mainly: blue. Hex color #2023BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2023BD is #DFDC42. Grayscale: #333333. Windows color (decimal): -14670915 or 12395296. OLE color: 12395296.

HSL color Cylindrical-coordinate representation of color #2023BD: hue angle of 238.85º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2023BD is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 35 189 -
CMYK 0.83 0.81 0 0.26
HSL 238.85º 0.71% 0.43% -
HSV(B) 238.85º 0.83% 0.74% -
XYZ 10.38 5.18 48.6 -
YUV 51.66 205.51 113.98 -
System Red Green Blue C M Y K H S L
Decimal 32 35 189 0.83 0.81 0 0.26 238.85 0.71 0.43
Hex 20 23 BD 53 51 0 1A EF 47 2B
Octal 40 43 275 123 121 0 32 357 107 53
Binary 100000 100011 10111101 1010011 1010001 0 11010 11101111 1000111 101011

Color Harmonies of #2023BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2023BD

Black with #2023BD

Text Example


Text Example

White with #2023BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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