Html Css Color HEX #0435DF Persian Blue

📋 copy color: '#0435DF'

red 4 ◦ green 53 ◦ blue 223

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

Shades of Persian Blue #0435DF

Tints of Persian Blue #0435DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 79.64%

R = 1.43%
G = 18.93%
B = 79.64%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0435DF (or 0x0435DF) is known color: Persian Blue. HEX triplet: 04, 35 and DF. RGB value is (4,53,223). Sum of RGB (Red+Green+Blue) = 4+53+223=280 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 223 (87.5% from 255 or 79.64% from 280); Max value from RGB is 223 - color contains mainly: blue. Hex color #0435DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0435DF is #FBCA20. Grayscale: #393939. Windows color (decimal): -16501281 or 14628100. OLE color: 14628100.

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

Color convert

RGB 4 53 223 -
CMYK 0.98 0.76 0 0.13
HSL 226.58º 0.96% 0.45% -
HSV(B) 226.58º 0.98% 0.87% -
XYZ 14.64 7.9 70.57 -
YUV 57.73 221.27 89.68 -
System Red Green Blue C M Y K H S L
Decimal 4 53 223 0.98 0.76 0 0.13 226.58 0.96 0.45
Hex 4 35 DF 62 4C 0 D E3 60 2D
Octal 4 65 337 142 114 0 15 343 140 55
Binary 100 110101 11011111 1100010 1001100 0 1101 11100011 1100000 101101

Color Harmonies of #0435DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0435DF

Black with #0435DF

Text Example


Text Example

White with #0435DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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