Html Css Color HEX #0435DC Persian Blue

📋 copy color: '#0435DC'

red 4 ◦ green 53 ◦ blue 220

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

Shades of Persian Blue #0435DC

Tints of Persian Blue #0435DC

RGB

 RED value IS 4 (1.95% from 255) = 1.44%

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

 BLUE value IS 220 (86.33% from 255) = 79.42%

R = 1.44%
G = 19.13%
B = 79.42%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0435DC (or 0x0435DC) is known color: Persian Blue. HEX triplet: 04, 35 and DC. RGB value is (4,53,220). Sum of RGB (Red+Green+Blue) = 4+53+220=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 220 (86.33% from 255 or 79.42% from 277); Max value from RGB is 220 - color contains mainly: blue. Hex color #0435DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0435DC is #FBCA23. Grayscale: #383838. Windows color (decimal): -16501284 or 14431492. OLE color: 14431492.

HSL color Cylindrical-coordinate representation of color #0435DC: hue angle of 226.39º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0435DC is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 53 220 -
CMYK 0.98 0.76 0 0.14
HSL 226.39º 0.96% 0.44% -
HSV(B) 226.39º 0.98% 0.86% -
XYZ 14.24 7.74 68.45 -
YUV 57.39 219.77 89.92 -
System Red Green Blue C M Y K H S L
Decimal 4 53 220 0.98 0.76 0 0.14 226.39 0.96 0.44
Hex 4 35 DC 62 4C 0 E E2 60 2C
Octal 4 65 334 142 114 0 16 342 140 54
Binary 100 110101 11011100 1100010 1001100 0 1110 11100010 1100000 101100

Color Harmonies of #0435DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0435DC

Black with #0435DC

Text Example


Text Example

White with #0435DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0435DC; }

 p { color: rgb(4,53,220); }

 H1.HeaderClassName
 {
   color: #0435DC;
 }
 .AnyTagClassName
 {
   color: #0435DC;
 }
</style>

background-color css

<style>
 a { background-color: #0435DC; }

 a { background-color: rgb(4,53,220); }

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

border-color css

<style>
 span { border-color: #0435DC; }

 span { border-color: rgb(4,53,220); }

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