Html Css Color HEX #1434CD Persian Blue

📋 copy color: '#1434CD'

red 20 ◦ green 52 ◦ blue 205

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

Shades of Persian Blue #1434CD

Tints of Persian Blue #1434CD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.77%

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

R = 7.22%
G = 18.77%
B = 74.01%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1434CD (or 0x1434CD) is known color: Persian Blue. HEX triplet: 14, 34 and CD. RGB value is (20,52,205). Sum of RGB (Red+Green+Blue) = 20+52+205=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #1434CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1434CD is #EBCB32. Grayscale: #3B3B3B. Windows color (decimal): -15452979 or 13448212. OLE color: 13448212.

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

Color convert

RGB 20 52 205 -
CMYK 0.90 0.75 0 0.20
HSL 229.62º 0.82% 0.44% -
HSV(B) 229.62º 0.9% 0.8% -
XYZ 12.54 7.01 58.45 -
YUV 59.87 209.9 99.56 -
System Red Green Blue C M Y K H S L
Decimal 20 52 205 0.90 0.75 0 0.20 229.62 0.82 0.44
Hex 14 34 CD 5A 4B 0 14 E6 52 2C
Octal 24 64 315 132 113 0 24 346 122 54
Binary 10100 110100 11001101 1011010 1001011 0 10100 11100110 1010010 101100

Color Harmonies of #1434CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1434CD

Black with #1434CD

Text Example


Text Example

White with #1434CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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