Html Css Color HEX #0250F1 Navy Blue

📋 copy color: '#0250F1'

red 2 ◦ green 80 ◦ blue 241

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

Shades of Navy Blue #0250F1

Tints of Navy Blue #0250F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 74.61%

R = 0.62%
G = 24.77%
B = 74.61%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0250F1 (or 0x0250F1) is known color: Navy Blue. HEX triplet: 02, 50 and F1. RGB value is (2,80,241). Sum of RGB (Red+Green+Blue) = 2+80+241=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 241 (94.53% from 255 or 74.61% from 323); Max value from RGB is 241 - color contains mainly: blue. Hex color #0250F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0250F1 is #FDAF0E. Grayscale: #4A4A4A. Windows color (decimal): -16625423 or 15814658. OLE color: 15814658.

HSL color Cylindrical-coordinate representation of color #0250F1: hue angle of 220.42º 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 #0250F1 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 2 80 241 -
CMYK 0.99 0.67 0 0.05
HSL 220.42º 0.98% 0.48% -
HSV(B) 220.42º 0.99% 0.95% -
XYZ 18.77 12.1 84.57 -
YUV 75.03 221.66 75.91 -
System Red Green Blue C M Y K H S L
Decimal 2 80 241 0.99 0.67 0 0.05 220.42 0.98 0.48
Hex 2 50 F1 63 43 0 5 DC 62 30
Octal 2 120 361 143 103 0 5 334 142 60
Binary 10 1010000 11110001 1100011 1000011 0 101 11011100 1100010 110000

Color Harmonies of #0250F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0250F1

Black with #0250F1

Text Example


Text Example

White with #0250F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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