Html Css Color HEX #0435DB Persian Blue

📋 copy color: '#0435DB'

red 4 ◦ green 53 ◦ blue 219

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

Shades of Persian Blue #0435DB

Tints of Persian Blue #0435DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 79.35%

R = 1.45%
G = 19.2%
B = 79.35%

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

#0435DB (or 0x0435DB) is known color: Persian Blue. HEX triplet: 04, 35 and DB. RGB value is (4,53,219). Sum of RGB (Red+Green+Blue) = 4+53+219=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 219 (85.94% from 255 or 79.35% from 276); Max value from RGB is 219 - color contains mainly: blue. Hex color #0435DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0435DB is #FBCA24. Grayscale: #383838. Windows color (decimal): -16501285 or 14365956. OLE color: 14365956.

HSL color Cylindrical-coordinate representation of color #0435DB: hue angle of 226.33º 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 #0435DB is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 53 219 -
CMYK 0.98 0.76 0 0.14
HSL 226.33º 0.96% 0.44% -
HSV(B) 226.33º 0.98% 0.86% -
XYZ 14.11 7.69 67.76 -
YUV 57.27 219.27 90 -
System Red Green Blue C M Y K H S L
Decimal 4 53 219 0.98 0.76 0 0.14 226.33 0.96 0.44
Hex 4 35 DB 62 4C 0 E E2 60 2C
Octal 4 65 333 142 114 0 16 342 140 54
Binary 100 110101 11011011 1100010 1001100 0 1110 11100010 1100000 101100

Color Harmonies of #0435DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0435DB

Black with #0435DB

Text Example


Text Example

White with #0435DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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