Html Css Color HEX #025DD3 Navy Blue

📋 copy color: '#025DD3'

red 2 ◦ green 93 ◦ blue 211

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

Shades of Navy Blue #025DD3

Tints of Navy Blue #025DD3

RGB

 RED value IS 2 (1.17% from 255) = 0.65%

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

 BLUE value IS 211 (82.81% from 255) = 68.95%

R = 0.65%
G = 30.39%
B = 68.95%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#025DD3 (or 0x025DD3) is known color: Navy Blue. HEX triplet: 02, 5D and D3. RGB value is (2,93,211). Sum of RGB (Red+Green+Blue) = 2+93+211=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 211 (82.81% from 255 or 68.95% from 306); Max value from RGB is 211 - color contains mainly: blue. Hex color #025DD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025DD3 is #FDA22C. Grayscale: #4E4E4E. Windows color (decimal): -16622125 or 13851906. OLE color: 13851906.

HSL color Cylindrical-coordinate representation of color #025DD3: hue angle of 213.88º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025DD3 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 2 93 211 -
CMYK 0.99 0.56 0 0.17
HSL 213.88º 0.98% 0.42% -
HSV(B) 213.88º 0.99% 0.83% -
XYZ 15.7 12.54 63.22 -
YUV 79.24 202.35 72.91 -
System Red Green Blue C M Y K H S L
Decimal 2 93 211 0.99 0.56 0 0.17 213.88 0.98 0.42
Hex 2 5D D3 63 38 0 11 D6 62 2A
Octal 2 135 323 143 70 0 21 326 142 52
Binary 10 1011101 11010011 1100011 111000 0 10001 11010110 1100010 101010

Color Harmonies of #025DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025DD3

Black with #025DD3

Text Example


Text Example

White with #025DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025DD3; }

 p { color: rgb(2,93,211); }

 H1.HeaderClassName
 {
   color: #025DD3;
 }
 .AnyTagClassName
 {
   color: #025DD3;
 }
</style>

background-color css

<style>
 a { background-color: #025DD3; }

 a { background-color: rgb(2,93,211); }

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

border-color css

<style>
 span { border-color: #025DD3; }

 span { border-color: rgb(2,93,211); }

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