Html Css Color HEX #2023BC Persian Blue

📋 copy color: '#2023BC'

red 32 ◦ green 35 ◦ blue 188

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

Shades of Persian Blue #2023BC

Tints of Persian Blue #2023BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 73.73%

R = 12.55%
G = 13.73%
B = 73.73%

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

#2023BC (or 0x2023BC) is known color: Persian Blue. HEX triplet: 20, 23 and BC. RGB value is (32,35,188). Sum of RGB (Red+Green+Blue) = 32+35+188=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #2023BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2023BC is #DFDC43. Grayscale: #323232. Windows color (decimal): -14670916 or 12329760. OLE color: 12329760.

HSL color Cylindrical-coordinate representation of color #2023BC: 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 #2023BC is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 35 188 -
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.27 5.14 48.03 -
YUV 51.55 205.01 114.06 -
System Red Green Blue C M Y K H S L
Decimal 32 35 188 0.83 0.81 0 0.26 238.85 0.71 0.43
Hex 20 23 BC 53 51 0 1A EF 47 2B
Octal 40 43 274 123 121 0 32 357 107 53
Binary 100000 100011 10111100 1010011 1010001 0 11010 11101111 1000111 101011

Color Harmonies of #2023BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2023BC

Black with #2023BC

Text Example


Text Example

White with #2023BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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