Html Css Color HEX #035DF2 Navy Blue

📋 copy color: '#035DF2'

red 3 ◦ green 93 ◦ blue 242

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

Shades of Navy Blue #035DF2

Tints of Navy Blue #035DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 71.6%

R = 0.89%
G = 27.51%
B = 71.6%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#035DF2 (or 0x035DF2) is known color: Navy Blue. HEX triplet: 03, 5D and F2. RGB value is (3,93,242). Sum of RGB (Red+Green+Blue) = 3+93+242=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 242 (94.92% from 255 or 71.60% from 338); Max value from RGB is 242 - color contains mainly: blue. Hex color #035DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035DF2 is #FCA20D. Grayscale: #525252. Windows color (decimal): -16556558 or 15883523. OLE color: 15883523.

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

Color convert

RGB 3 93 242 -
CMYK 0.99 0.62 0 0.05
HSL 217.41º 0.98% 0.48% -
HSV(B) 217.41º 0.99% 0.95% -
XYZ 19.98 14.26 85.7 -
YUV 83.08 217.68 70.88 -
System Red Green Blue C M Y K H S L
Decimal 3 93 242 0.99 0.62 0 0.05 217.41 0.98 0.48
Hex 3 5D F2 63 3E 0 5 D9 62 30
Octal 3 135 362 143 76 0 5 331 142 60
Binary 11 1011101 11110010 1100011 111110 0 101 11011001 1100010 110000

Color Harmonies of #035DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035DF2

Black with #035DF2

Text Example


Text Example

White with #035DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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