Html Css Color HEX #1435CE Persian Blue

📋 copy color: '#1435CE'

red 20 ◦ green 53 ◦ blue 206

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

Shades of Persian Blue #1435CE

Tints of Persian Blue #1435CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 73.84%

R = 7.17%
G = 19%
B = 73.84%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1435CE (or 0x1435CE) is known color: Persian Blue. HEX triplet: 14, 35 and CE. RGB value is (20,53,206). Sum of RGB (Red+Green+Blue) = 20+53+206=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 206 (80.86% from 255 or 73.84% from 279); Max value from RGB is 206 - color contains mainly: blue. Hex color #1435CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1435CE is #EBCA31. Grayscale: #3B3B3B. Windows color (decimal): -15452722 or 13514004. OLE color: 13514004.

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

Color convert

RGB 20 53 206 -
CMYK 0.90 0.74 0 0.19
HSL 229.35º 0.82% 0.44% -
HSV(B) 229.35º 0.9% 0.81% -
XYZ 12.7 7.15 59.1 -
YUV 60.58 210.07 99.06 -
System Red Green Blue C M Y K H S L
Decimal 20 53 206 0.90 0.74 0 0.19 229.35 0.82 0.44
Hex 14 35 CE 5A 4A 0 13 E5 52 2C
Octal 24 65 316 132 112 0 23 345 122 54
Binary 10100 110101 11001110 1011010 1001010 0 10011 11100101 1010010 101100

Color Harmonies of #1435CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1435CE

Black with #1435CE

Text Example


Text Example

White with #1435CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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