Html Css Color HEX #1430CD Persian Blue

📋 copy color: '#1430CD'

red 20 ◦ green 48 ◦ blue 205

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

Shades of Persian Blue #1430CD

Tints of Persian Blue #1430CD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.58%

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

R = 7.33%
G = 17.58%
B = 75.09%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1430CD (or 0x1430CD) is known color: Persian Blue. HEX triplet: 14, 30 and CD. RGB value is (20,48,205). Sum of RGB (Red+Green+Blue) = 20+48+205=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #1430CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1430CD is #EBCF32. Grayscale: #383838. Windows color (decimal): -15454003 or 13447188. OLE color: 13447188.

HSL color Cylindrical-coordinate representation of color #1430CD: hue angle of 230.92º 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 #1430CD is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 48 205 -
CMYK 0.90 0.77 0 0.20
HSL 230.92º 0.82% 0.44% -
HSV(B) 230.92º 0.9% 0.8% -
XYZ 12.36 6.67 58.39 -
YUV 57.53 211.22 101.23 -
System Red Green Blue C M Y K H S L
Decimal 20 48 205 0.90 0.77 0 0.20 230.92 0.82 0.44
Hex 14 30 CD 5A 4D 0 14 E7 52 2C
Octal 24 60 315 132 115 0 24 347 122 54
Binary 10100 110000 11001101 1011010 1001101 0 10100 11100111 1010010 101100

Color Harmonies of #1430CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1430CD

Black with #1430CD

Text Example


Text Example

White with #1430CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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