Html Css Color HEX #0250EB Navy Blue

📋 copy color: '#0250EB'

red 2 ◦ green 80 ◦ blue 235

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

Shades of Navy Blue #0250EB

Tints of Navy Blue #0250EB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.24%

 BLUE value IS 235 (92.19% from 255) = 74.13%

R = 0.63%
G = 25.24%
B = 74.13%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0250EB (or 0x0250EB) is known color: Navy Blue. HEX triplet: 02, 50 and EB. RGB value is (2,80,235). Sum of RGB (Red+Green+Blue) = 2+80+235=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 235 (92.19% from 255 or 74.13% from 317); Max value from RGB is 235 - color contains mainly: blue. Hex color #0250EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0250EB is #FDAF14. Grayscale: #494949. Windows color (decimal): -16625429 or 15421442. OLE color: 15421442.

HSL color Cylindrical-coordinate representation of color #0250EB: hue angle of 219.91º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0250EB is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 80 235 -
CMYK 0.99 0.66 0 0.08
HSL 219.91º 0.98% 0.46% -
HSV(B) 219.91º 0.99% 0.92% -
XYZ 17.89 11.75 79.92 -
YUV 74.35 218.66 76.4 -
System Red Green Blue C M Y K H S L
Decimal 2 80 235 0.99 0.66 0 0.08 219.91 0.98 0.46
Hex 2 50 EB 63 42 0 8 DC 62 2E
Octal 2 120 353 143 102 0 10 334 142 56
Binary 10 1010000 11101011 1100011 1000010 0 1000 11011100 1100010 101110

Color Harmonies of #0250EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0250EB

Black with #0250EB

Text Example


Text Example

White with #0250EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0250EB; }

 p { color: rgb(2,80,235); }

 H1.HeaderClassName
 {
   color: #0250EB;
 }
 .AnyTagClassName
 {
   color: #0250EB;
 }
</style>

background-color css

<style>
 a { background-color: #0250EB; }

 a { background-color: rgb(2,80,235); }

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

border-color css

<style>
 span { border-color: #0250EB; }

 span { border-color: rgb(2,80,235); }

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