Html Css Color HEX #035DF7 Navy Blue

📋 copy color: '#035DF7'

red 3 ◦ green 93 ◦ blue 247

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

Shades of Navy Blue #035DF7

Tints of Navy Blue #035DF7

RGB

 RED value IS 3 (1.56% from 255) = 0.87%

 GREEN value IS 93 (36.72% from 255) = 27.11%

 BLUE value IS 247 (96.88% from 255) = 72.01%

R = 0.87%
G = 27.11%
B = 72.01%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#035DF7 (or 0x035DF7) is known color: Navy Blue. HEX triplet: 03, 5D and F7. RGB value is (3,93,247). Sum of RGB (Red+Green+Blue) = 3+93+247=343 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 247 (96.88% from 255 or 72.01% from 343); Max value from RGB is 247 - color contains mainly: blue. Hex color #035DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035DF7 is #FCA208. Grayscale: #525252. Windows color (decimal): -16556553 or 16211203. OLE color: 16211203.

HSL color Cylindrical-coordinate representation of color #035DF7: hue angle of 217.87º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035DF7 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 3 93 247 -
CMYK 0.99 0.62 0 0.03
HSL 217.87º 0.98% 0.49% -
HSV(B) 217.87º 0.99% 0.97% -
XYZ 20.74 14.56 89.71 -
YUV 83.65 220.18 70.48 -
System Red Green Blue C M Y K H S L
Decimal 3 93 247 0.99 0.62 0 0.03 217.87 0.98 0.49
Hex 3 5D F7 63 3E 0 3 DA 62 31
Octal 3 135 367 143 76 0 3 332 142 61
Binary 11 1011101 11110111 1100011 111110 0 11 11011010 1100010 110001

Color Harmonies of #035DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035DF7

Black with #035DF7

Text Example


Text Example

White with #035DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035DF7; }

 p { color: rgb(3,93,247); }

 H1.HeaderClassName
 {
   color: #035DF7;
 }
 .AnyTagClassName
 {
   color: #035DF7;
 }
</style>

background-color css

<style>
 a { background-color: #035DF7; }

 a { background-color: rgb(3,93,247); }

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

border-color css

<style>
 span { border-color: #035DF7; }

 span { border-color: rgb(3,93,247); }

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