Html Css Color HEX #2023CB Persian Blue

📋 copy color: '#2023CB'

red 32 ◦ green 35 ◦ blue 203

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

Shades of Persian Blue #2023CB

Tints of Persian Blue #2023CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 75.19%

R = 11.85%
G = 12.96%
B = 75.19%

CMYK

 C value IS 0.84

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2023CB (or 0x2023CB) is known color: Persian Blue. HEX triplet: 20, 23 and CB. RGB value is (32,35,203). Sum of RGB (Red+Green+Blue) = 32+35+203=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 203 (79.69% from 255 or 75.19% from 270); Max value from RGB is 203 - color contains mainly: blue. Hex color #2023CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2023CB is #DFDC34. Grayscale: #343434. Windows color (decimal): -14670901 or 13312800. OLE color: 13312800.

HSL color Cylindrical-coordinate representation of color #2023CB: hue angle of 238.95º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2023CB is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 35 203 -
CMYK 0.84 0.83 0 0.20
HSL 238.95º 0.73% 0.46% -
HSV(B) 238.95º 0.84% 0.8% -
XYZ 11.98 5.82 56.99 -
YUV 53.26 212.51 112.84 -
System Red Green Blue C M Y K H S L
Decimal 32 35 203 0.84 0.83 0 0.20 238.95 0.73 0.46
Hex 20 23 CB 54 53 0 14 EF 49 2E
Octal 40 43 313 124 123 0 24 357 111 56
Binary 100000 100011 11001011 1010100 1010011 0 10100 11101111 1001001 101110

Color Harmonies of #2023CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2023CB

Black with #2023CB

Text Example


Text Example

White with #2023CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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