Html Css Color HEX #0035DF Persian Blue

📋 copy color: '#0035DF'

red 0 ◦ green 53 ◦ blue 223

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

Shades of Persian Blue #0035DF

Tints of Persian Blue #0035DF

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 19.2%
B = 80.8%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0035DF (or 0x0035DF) is known color: Persian Blue. HEX triplet: 00, 35 and DF. RGB value is (0,53,223). Sum of RGB (Red+Green+Blue) = 0+53+223=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 223 (87.5% from 255 or 80.80% from 276); Max value from RGB is 223 - color contains mainly: blue. Hex color #0035DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0035DF is #FFCA20. Grayscale: #373737. Windows color (decimal): -16763425 or 14628096. OLE color: 14628096.

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

Color convert

RGB 0 53 223 -
CMYK 1 0.76 0 0.13
HSL 225.74º 1% 0.44% -
HSV(B) 225.74º 1% 0.87% -
XYZ 14.59 7.87 70.56 -
YUV 56.53 221.94 87.68 -
System Red Green Blue C M Y K H S L
Decimal 0 53 223 1 0.76 0 0.13 225.74 1 0.44
Hex 0 35 DF 64 4C 0 D E2 64 2C
Octal 0 65 337 144 114 0 15 342 144 54
Binary 0 110101 11011111 1100100 1001100 0 1101 11100010 1100100 101100

Color Harmonies of #0035DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0035DF

Black with #0035DF

Text Example


Text Example

White with #0035DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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