Html Css Color HEX #035DF4 Navy Blue

📋 copy color: '#035DF4'

red 3 ◦ green 93 ◦ blue 244

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

Shades of Navy Blue #035DF4

Tints of Navy Blue #035DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 71.76%

R = 0.88%
G = 27.35%
B = 71.76%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#035DF4 (or 0x035DF4) is known color: Navy Blue. HEX triplet: 03, 5D and F4. RGB value is (3,93,244). Sum of RGB (Red+Green+Blue) = 3+93+244=340 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 244 (95.70% from 255 or 71.76% from 340); Max value from RGB is 244 - color contains mainly: blue. Hex color #035DF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035DF4 is #FCA20B. Grayscale: #525252. Windows color (decimal): -16556556 or 16014595. OLE color: 16014595.

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

Color convert

RGB 3 93 244 -
CMYK 0.99 0.62 0 0.04
HSL 217.59º 0.98% 0.48% -
HSV(B) 217.59º 0.99% 0.96% -
XYZ 20.28 14.38 87.29 -
YUV 83.3 218.68 70.72 -
System Red Green Blue C M Y K H S L
Decimal 3 93 244 0.99 0.62 0 0.04 217.59 0.98 0.48
Hex 3 5D F4 63 3E 0 4 DA 62 30
Octal 3 135 364 143 76 0 4 332 142 60
Binary 11 1011101 11110100 1100011 111110 0 100 11011010 1100010 110000

Color Harmonies of #035DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035DF4

Black with #035DF4

Text Example


Text Example

White with #035DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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