Html Css Color HEX #0202BE Medium Blue

📋 copy color: '#0202BE'

red 2 ◦ green 2 ◦ blue 190

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

Shades of Medium Blue #0202BE

Tints of Medium Blue #0202BE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

 BLUE value IS 190 (74.61% from 255) = 97.94%

R = 1.03%
G = 1.03%
B = 97.94%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0202BE (or 0x0202BE) is known color: Medium Blue. HEX triplet: 02, 02 and BE. RGB value is (2,2,190). Sum of RGB (Red+Green+Blue) = 2+2+190=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 190 (74.61% from 255 or 97.94% from 194); Max value from RGB is 190 - color contains mainly: blue. Hex color #0202BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0202BE is #FDFD41. Grayscale: #161616. Windows color (decimal): -16645442 or 12452354. OLE color: 12452354.

HSL color Cylindrical-coordinate representation of color #0202BE: hue angle of 240º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0202BE is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 2 190 -
CMYK 0.99 0.99 0 0.25
HSL 240º 0.98% 0.38% -
HSV(B) 240º 0.99% 0.75% -
XYZ 9.34 3.77 48.95 -
YUV 23.43 222 112.71 -
System Red Green Blue C M Y K H S L
Decimal 2 2 190 0.99 0.99 0 0.25 240 0.98 0.38
Hex 2 2 BE 63 63 0 19 F0 62 26
Octal 2 2 276 143 143 0 31 360 142 46
Binary 10 10 10111110 1100011 1100011 0 11001 11110000 1100010 100110

Color Harmonies of #0202BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0202BE

Black with #0202BE

Text Example


Text Example

White with #0202BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0202BE; }

 p { color: rgb(2,2,190); }

 H1.HeaderClassName
 {
   color: #0202BE;
 }
 .AnyTagClassName
 {
   color: #0202BE;
 }
</style>

background-color css

<style>
 a { background-color: #0202BE; }

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

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

border-color css

<style>
 span { border-color: #0202BE; }

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

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