Html Css Color HEX #1420CF Persian Blue

📋 copy color: '#1420CF'

red 20 ◦ green 32 ◦ blue 207

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

Shades of Persian Blue #1420CF

Tints of Persian Blue #1420CF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.36%

 BLUE value IS 207 (81.25% from 255) = 79.92%

R = 7.72%
G = 12.36%
B = 79.92%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1420CF (or 0x1420CF) is known color: Persian Blue. HEX triplet: 14, 20 and CF. RGB value is (20,32,207). Sum of RGB (Red+Green+Blue) = 20+32+207=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 207 (81.25% from 255 or 79.92% from 259); Max value from RGB is 207 - color contains mainly: blue. Hex color #1420CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1420CF is #EBDF30. Grayscale: #2F2F2F. Windows color (decimal): -15458097 or 13574164. OLE color: 13574164.

HSL color Cylindrical-coordinate representation of color #1420CF: hue angle of 236.15º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1420CF is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 32 207 -
CMYK 0.90 0.85 0 0.19
HSL 236.15º 0.82% 0.45% -
HSV(B) 236.15º 0.9% 0.81% -
XYZ 12.07 5.69 59.49 -
YUV 48.36 217.52 107.77 -
System Red Green Blue C M Y K H S L
Decimal 20 32 207 0.90 0.85 0 0.19 236.15 0.82 0.45
Hex 14 20 CF 5A 55 0 13 EC 52 2D
Octal 24 40 317 132 125 0 23 354 122 55
Binary 10100 100000 11001111 1011010 1010101 0 10011 11101100 1010010 101101

Color Harmonies of #1420CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1420CF

Black with #1420CF

Text Example


Text Example

White with #1420CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1420CF; }

 p { color: rgb(20,32,207); }

 H1.HeaderClassName
 {
   color: #1420CF;
 }
 .AnyTagClassName
 {
   color: #1420CF;
 }
</style>

background-color css

<style>
 a { background-color: #1420CF; }

 a { background-color: rgb(20,32,207); }

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

border-color css

<style>
 span { border-color: #1420CF; }

 span { border-color: rgb(20,32,207); }

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