Html Css Color HEX #1423CD Persian Blue

📋 copy color: '#1423CD'

red 20 ◦ green 35 ◦ blue 205

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

Shades of Persian Blue #1423CD

Tints of Persian Blue #1423CD

RGB

 RED value IS 20 (8.2% from 255) = 7.69%

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

 BLUE value IS 205 (80.47% from 255) = 78.85%

R = 7.69%
G = 13.46%
B = 78.85%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1423CD (or 0x1423CD) is known color: Persian Blue. HEX triplet: 14, 23 and CD. RGB value is (20,35,205). Sum of RGB (Red+Green+Blue) = 20+35+205=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 205 (80.47% from 255 or 78.85% from 260); Max value from RGB is 205 - color contains mainly: blue. Hex color #1423CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1423CD is #EBDC32. Grayscale: #313131. Windows color (decimal): -15457331 or 13443860. OLE color: 13443860.

HSL color Cylindrical-coordinate representation of color #1423CD: hue angle of 235.14º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1423CD is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 35 205 -
CMYK 0.90 0.83 0 0.20
HSL 235.14º 0.82% 0.44% -
HSV(B) 235.14º 0.9% 0.8% -
XYZ 11.91 5.76 58.24 -
YUV 49.9 215.53 106.68 -
System Red Green Blue C M Y K H S L
Decimal 20 35 205 0.90 0.83 0 0.20 235.14 0.82 0.44
Hex 14 23 CD 5A 53 0 14 EB 52 2C
Octal 24 43 315 132 123 0 24 353 122 54
Binary 10100 100011 11001101 1011010 1010011 0 10100 11101011 1010010 101100

Color Harmonies of #1423CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1423CD

Black with #1423CD

Text Example


Text Example

White with #1423CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1423CD; }

 p { color: rgb(20,35,205); }

 H1.HeaderClassName
 {
   color: #1423CD;
 }
 .AnyTagClassName
 {
   color: #1423CD;
 }
</style>

background-color css

<style>
 a { background-color: #1423CD; }

 a { background-color: rgb(20,35,205); }

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

border-color css

<style>
 span { border-color: #1423CD; }

 span { border-color: rgb(20,35,205); }

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