Html Css Color HEX #020BB5 Medium Blue

📋 copy color: '#020BB5'

red 2 ◦ green 11 ◦ blue 181

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

Shades of Medium Blue #020BB5

Tints of Medium Blue #020BB5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.67%

 BLUE value IS 181 (71.09% from 255) = 93.3%

R = 1.03%
G = 5.67%
B = 93.3%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#020BB5 (or 0x020BB5) is known color: Medium Blue. HEX triplet: 02, 0B and B5. RGB value is (2,11,181). Sum of RGB (Red+Green+Blue) = 2+11+181=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 181 (71.09% from 255 or 93.30% from 194); Max value from RGB is 181 - color contains mainly: blue. Hex color #020BB5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020BB5 is #FDF44A. Grayscale: #1B1B1B. Windows color (decimal): -16643147 or 11864834. OLE color: 11864834.

HSL color Cylindrical-coordinate representation of color #020BB5: hue angle of 236.98º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020BB5 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 11 181 -
CMYK 0.99 0.94 0 0.29
HSL 236.98º 0.98% 0.36% -
HSV(B) 236.98º 0.99% 0.71% -
XYZ 8.49 3.59 43.96 -
YUV 27.69 214.52 109.68 -
System Red Green Blue C M Y K H S L
Decimal 2 11 181 0.99 0.94 0 0.29 236.98 0.98 0.36
Hex 2 B B5 63 5E 0 1D ED 62 24
Octal 2 13 265 143 136 0 35 355 142 44
Binary 10 1011 10110101 1100011 1011110 0 11101 11101101 1100010 100100

Color Harmonies of #020BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020BB5

Black with #020BB5

Text Example


Text Example

White with #020BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020BB5; }

 p { color: rgb(2,11,181); }

 H1.HeaderClassName
 {
   color: #020BB5;
 }
 .AnyTagClassName
 {
   color: #020BB5;
 }
</style>

background-color css

<style>
 a { background-color: #020BB5; }

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

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

border-color css

<style>
 span { border-color: #020BB5; }

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

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