Html Css Color HEX #1434CC Persian Blue

📋 copy color: '#1434CC'

red 20 ◦ green 52 ◦ blue 204

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

Shades of Persian Blue #1434CC

Tints of Persian Blue #1434CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 73.91%

R = 7.25%
G = 18.84%
B = 73.91%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1434CC (or 0x1434CC) is known color: Persian Blue. HEX triplet: 14, 34 and CC. RGB value is (20,52,204). Sum of RGB (Red+Green+Blue) = 20+52+204=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 204 (80.08% from 255 or 73.91% from 276); Max value from RGB is 204 - color contains mainly: blue. Hex color #1434CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1434CC is #EBCB33. Grayscale: #3B3B3B. Windows color (decimal): -15452980 or 13382676. OLE color: 13382676.

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

Color convert

RGB 20 52 204 -
CMYK 0.90 0.75 0 0.2
HSL 229.57º 0.82% 0.44% -
HSV(B) 229.57º 0.9% 0.8% -
XYZ 12.42 6.96 57.82 -
YUV 59.76 209.4 99.64 -
System Red Green Blue C M Y K H S L
Decimal 20 52 204 0.90 0.75 0 0.2 229.57 0.82 0.44
Hex 14 34 CC 5A 4B 0 14 E6 52 2C
Octal 24 64 314 132 113 0 24 346 122 54
Binary 10100 110100 11001100 1011010 1001011 0 10100 11100110 1010010 101100

Color Harmonies of #1434CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1434CC

Black with #1434CC

Text Example


Text Example

White with #1434CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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