Html Css Color HEX #035DFA Navy Blue

📋 copy color: '#035DFA'

red 3 ◦ green 93 ◦ blue 250

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

Shades of Navy Blue #035DFA

Tints of Navy Blue #035DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 72.25%

R = 0.87%
G = 26.88%
B = 72.25%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#035DFA (or 0x035DFA) is known color: Navy Blue. HEX triplet: 03, 5D and FA. RGB value is (3,93,250). Sum of RGB (Red+Green+Blue) = 3+93+250=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 250 (98.05% from 255 or 72.25% from 346); Max value from RGB is 250 - color contains mainly: blue. Hex color #035DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035DFA is #FCA205. Grayscale: #535353. Windows color (decimal): -16556550 or 16407811. OLE color: 16407811.

HSL color Cylindrical-coordinate representation of color #035DFA: hue angle of 218.14º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035DFA is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 93 250 -
CMYK 0.99 0.63 0 0.02
HSL 218.14º 0.98% 0.5% -
HSV(B) 218.14º 0.99% 0.98% -
XYZ 21.21 14.75 92.17 -
YUV 83.99 221.68 70.23 -
System Red Green Blue C M Y K H S L
Decimal 3 93 250 0.99 0.63 0 0.02 218.14 0.98 0.5
Hex 3 5D FA 63 3F 0 2 DA 62 32
Octal 3 135 372 143 77 0 2 332 142 62
Binary 11 1011101 11111010 1100011 111111 0 10 11011010 1100010 110010

Color Harmonies of #035DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035DFA

Black with #035DFA

Text Example


Text Example

White with #035DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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