Html Css Color HEX #1430CA Persian Blue

📋 copy color: '#1430CA'

red 20 ◦ green 48 ◦ blue 202

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

Shades of Persian Blue #1430CA

Tints of Persian Blue #1430CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 74.81%

R = 7.41%
G = 17.78%
B = 74.81%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1430CA (or 0x1430CA) is known color: Persian Blue. HEX triplet: 14, 30 and CA. RGB value is (20,48,202). Sum of RGB (Red+Green+Blue) = 20+48+202=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 202 (79.30% from 255 or 74.81% from 270); Max value from RGB is 202 - color contains mainly: blue. Hex color #1430CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1430CA is #EBCF35. Grayscale: #383838. Windows color (decimal): -15454006 or 13250580. OLE color: 13250580.

HSL color Cylindrical-coordinate representation of color #1430CA: hue angle of 230.77º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1430CA is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 48 202 -
CMYK 0.90 0.76 0 0.21
HSL 230.77º 0.82% 0.44% -
HSV(B) 230.77º 0.9% 0.79% -
XYZ 12.01 6.53 56.5 -
YUV 57.18 209.72 101.48 -
System Red Green Blue C M Y K H S L
Decimal 20 48 202 0.90 0.76 0 0.21 230.77 0.82 0.44
Hex 14 30 CA 5A 4C 0 15 E7 52 2C
Octal 24 60 312 132 114 0 25 347 122 54
Binary 10100 110000 11001010 1011010 1001100 0 10101 11100111 1010010 101100

Color Harmonies of #1430CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1430CA

Black with #1430CA

Text Example


Text Example

White with #1430CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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