Html Css Color HEX #1435CC Persian Blue

📋 copy color: '#1435CC'

red 20 ◦ green 53 ◦ blue 204

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

Shades of Persian Blue #1435CC

Tints of Persian Blue #1435CC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.13%

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

R = 7.22%
G = 19.13%
B = 73.65%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1435CC (or 0x1435CC) is known color: Persian Blue. HEX triplet: 14, 35 and CC. RGB value is (20,53,204). Sum of RGB (Red+Green+Blue) = 20+53+204=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 204 (80.08% from 255 or 73.65% from 277); Max value from RGB is 204 - color contains mainly: blue. Hex color #1435CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1435CC is #EBCA33. Grayscale: #3B3B3B. Windows color (decimal): -15452724 or 13382932. OLE color: 13382932.

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

Color convert

RGB 20 53 204 -
CMYK 0.90 0.74 0 0.2
HSL 229.24º 0.82% 0.44% -
HSV(B) 229.24º 0.9% 0.8% -
XYZ 12.46 7.05 57.83 -
YUV 60.35 209.07 99.22 -
System Red Green Blue C M Y K H S L
Decimal 20 53 204 0.90 0.74 0 0.2 229.24 0.82 0.44
Hex 14 35 CC 5A 4A 0 14 E5 52 2C
Octal 24 65 314 132 112 0 24 345 122 54
Binary 10100 110101 11001100 1011010 1001010 0 10100 11100101 1010010 101100

Color Harmonies of #1435CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1435CC

Black with #1435CC

Text Example


Text Example

White with #1435CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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