Html Css Color HEX #035EF7 Navy Blue

📋 copy color: '#035EF7'

red 3 ◦ green 94 ◦ blue 247

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

Shades of Navy Blue #035EF7

Tints of Navy Blue #035EF7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.33%

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

R = 0.87%
G = 27.33%
B = 71.8%

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

#035EF7 (or 0x035EF7) is known color: Navy Blue. HEX triplet: 03, 5E and F7. RGB value is (3,94,247). Sum of RGB (Red+Green+Blue) = 3+94+247=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 247 (96.88% from 255 or 71.80% from 344); Max value from RGB is 247 - color contains mainly: blue. Hex color #035EF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035EF7 is #FCA108. Grayscale: #535353. Windows color (decimal): -16556297 or 16211459. OLE color: 16211459.

HSL color Cylindrical-coordinate representation of color #035EF7: hue angle of 217.62º 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 #035EF7 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 3 94 247 -
CMYK 0.99 0.62 0 0.03
HSL 217.62º 0.98% 0.49% -
HSV(B) 217.62º 0.99% 0.97% -
XYZ 20.83 14.74 89.74 -
YUV 84.23 219.85 70.06 -
System Red Green Blue C M Y K H S L
Decimal 3 94 247 0.99 0.62 0 0.03 217.62 0.98 0.49
Hex 3 5E F7 63 3E 0 3 DA 62 31
Octal 3 136 367 143 76 0 3 332 142 61
Binary 11 1011110 11110111 1100011 111110 0 11 11011010 1100010 110001

Color Harmonies of #035EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035EF7

Black with #035EF7

Text Example


Text Example

White with #035EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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