Html Css Color HEX #0250FE Navy Blue

📋 copy color: '#0250FE'

red 2 ◦ green 80 ◦ blue 254

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

Shades of Navy Blue #0250FE

Tints of Navy Blue #0250FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 75.6%

R = 0.6%
G = 23.81%
B = 75.6%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0250FE (or 0x0250FE) is known color: Navy Blue. HEX triplet: 02, 50 and FE. RGB value is (2,80,254). Sum of RGB (Red+Green+Blue) = 2+80+254=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 254 (99.61% from 255 or 75.60% from 336); Max value from RGB is 254 - color contains mainly: blue. Hex color #0250FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0250FE is #FDAF01. Grayscale: #4B4B4B. Windows color (decimal): -16625410 or 16666626. OLE color: 16666626.

HSL color Cylindrical-coordinate representation of color #0250FE: hue angle of 221.43º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0250FE is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 2 80 254 -
CMYK 0.99 0.69 0 0.00
HSL 221.43º 0.99% 0.5% -
HSV(B) 221.43º 0.99% 1% -
XYZ 20.78 12.91 95.16 -
YUV 76.51 228.16 74.85 -
System Red Green Blue C M Y K H S L
Decimal 2 80 254 0.99 0.69 0 0.00 221.43 0.99 0.5
Hex 2 50 FE 63 45 0 0 DD 63 32
Octal 2 120 376 143 105 0 0 335 143 62
Binary 10 1010000 11111110 1100011 1000101 0 0 11011101 1100011 110010

Color Harmonies of #0250FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0250FE

Black with #0250FE

Text Example


Text Example

White with #0250FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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