Html Css Color HEX #2F0ABE Medium Blue

📋 copy color: '#2F0ABE'

red 47 ◦ green 10 ◦ blue 190

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

Shades of Medium Blue #2F0ABE

Tints of Medium Blue #2F0ABE

RGB

 RED value IS 47 (18.75% from 255) = 19.03%

 GREEN value IS 10 (4.3% from 255) = 4.05%

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

R = 19.03%
G = 4.05%
B = 76.92%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F0ABE (or 0x2F0ABE) is known color: Medium Blue. HEX triplet: 2F, 0A and BE. RGB value is (47,10,190). Sum of RGB (Red+Green+Blue) = 47+10+190=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 190 (74.61% from 255 or 76.92% from 247); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F0ABE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0ABE is #D0F541. Grayscale: #282828. Windows color (decimal): -13694274 or 12454447. OLE color: 12454447.

HSL color Cylindrical-coordinate representation of color #2F0ABE: hue angle of 252.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F0ABE is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 10 190 -
CMYK 0.75 0.95 0 0.25
HSL 252.33º 0.9% 0.39% -
HSV(B) 252.33º 0.95% 0.75% -
XYZ 10.58 4.54 49.03 -
YUV 41.58 211.76 131.86 -
System Red Green Blue C M Y K H S L
Decimal 47 10 190 0.75 0.95 0 0.25 252.33 0.9 0.39
Hex 2F A BE 4B 5F 0 19 FC 5A 27
Octal 57 12 276 113 137 0 31 374 132 47
Binary 101111 1010 10111110 1001011 1011111 0 11001 11111100 1011010 100111

Color Harmonies of #2F0ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0ABE

Black with #2F0ABE

Text Example


Text Example

White with #2F0ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F0ABE; }

 p { color: rgb(47,10,190); }

 H1.HeaderClassName
 {
   color: #2F0ABE;
 }
 .AnyTagClassName
 {
   color: #2F0ABE;
 }
</style>

background-color css

<style>
 a { background-color: #2F0ABE; }

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

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

border-color css

<style>
 span { border-color: #2F0ABE; }

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

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